Ok, for quite literally weeks I have trying to get stuff moved to dashboard 2. The reason I haven't gotten anything moved over is my total and complete inability to setup a page with two columns. Yes, I cannot get something as simple as two columns on a page. In desperation I am throwing myself on the mercy of the forum. Here's the flow
[{"id":"128c0c1b0c591289","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"c7ad4dd949a286f6","type":"ui-template","z":"128c0c1b0c591289","group":"","page":"34f2fd11671cbad9","ui":"","name":"test","order":0,"width":0,"height":0,"head":"","format":"<template>\n<div class=\"row\">\n <div class=\"column\">test1</div>\n <div class=\"column\">test2</div>\n</div>\n\n\n</template>\n\n<script>\n export default {\n data() {\n // define variables available component-wide\n // (in <template> and component functions)\n return {\n count: 0\n }\n },\n watch: {\n // watch for any changes of \"count\"\n count: function () {\n if (this.count % 5 === 0) {\n this.send({payload: 'Multiple of 5'})\n }\n }\n },\n computed: {\n // automatically compute this variable\n // whenever VueJS deems appropriate\n formattedCount: function () {\n return this.count + 'Apples'\n }\n },\n methods: {\n // expose a method to our <template> and Vue Application\n increase: function () {\n this.count++\n }\n },\n mounted() {\n // code here when the component is first loaded\n },\n unmounted() {\n // code here when the component is removed from the Dashboard\n // i.e. when the user navigates away from the page\n }\n }\n</script>\n<style>\n /* define any styles here - supports raw CSS */\n .my-class {\n color: red;\n }\n</style>","storeOutMessages":true,"passthru":true,"resendOnRefresh":true,"templateScope":"widget:page","className":"","x":350,"y":200,"wires":[[]]},{"id":"34f2fd11671cbad9","type":"ui-page","name":"Page Name","ui":"be93d1640cb1fd4c","path":"/test","icon":"home","layout":"grid","theme":"89aa15a0aabc5936","order":-1,"className":"","visible":"true","disabled":"false"},{"id":"be93d1640cb1fd4c","type":"ui-base","name":"test","path":"/dashboard","includeClientData":true,"acceptsClientConfig":["ui-notification","ui-control"],"showPathInSidebar":false,"navigationStyle":"default"},{"id":"89aa15a0aabc5936","type":"ui-theme","name":"Theme Name","colors":{"surface":"#ffffff","primary":"#0094ce","bgPage":"#eeeeee","groupBg":"#ffffff","groupOutline":"#cccccc"},"sizes":{"pagePadding":"12px","groupGap":"12px","groupBorderRadius":"4px","widgetGap":"12px"}}]
Maybe I just don't understand what a row or column is but I think the text should be side by side not over each other? I picked this code up off of W3 schools.
[edit] Pi3B running Bookworm, node red 3.1.9 and nodejs 20., installed using the install script