You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,6 +26,7 @@ description: Easily migrate from Dashboard 1.0 to 2.0 with this comprehensive gu
25
26
'ui_dropdown': uiDropdown,
26
27
'ui_form': uiForm,
27
28
'ui_gauge': uiGauge,
29
+
'ui_link': uiLink,
28
30
'ui_slider': uiSlider,
29
31
'ui_switch': uiSwitch,
30
32
'ui_template': uiTemplate,
@@ -59,7 +61,9 @@ Dashboard 2.0 will work alongside Dashboard 1.0, so you can start building your
59
61
60
62
### Migration Script
61
63
62
-
It is worth noting that we do have [plans](https://github.com/FlowFuse/node-red-dashboard/issues/261) to write some migrations scripts, that will take in a `flow.json` containing Dashboard 1.0 nodes, and output a `flow.json` containing Dashboard 2.0 nodes. However, this is not yet available, and will unlikely conduct a perfect 100% migration. Any thoughts, opinions and feedback on this idea are very welcome on the [GitHub issue](https://github.com/FlowFuse/node-red-dashboard/issues/261).
64
+
We have a [Migration Service](https://flowfuse.com/product/dashboard/#migration-service) available to help you get started on moving your existing Dashboard 1.0 to Dashboard 2.0.
65
+
66
+
Whilst it will not migrate _everything_, it will give you a significant head start, and automate the majority of it for you. Anything that cannot be automatically migrated, are left in the flow, but disabled, so that they're flagged as requiring manual intervention.
63
67
64
68
## Dashboard 1.0 Nodes
65
69
@@ -179,8 +183,6 @@ There has also been a [request](https://github.com/FlowFuse/node-red-dashboard/i
You can track progress of this development effort here: [Issue #387](https://github.com/FlowFuse/node-red-dashboard/issues/387)
183
-
184
186
### `ui_numeric`
185
187
186
188
Whilst this widget has no explicitly been transferred into Dashboard 2.0, the functionality is still available in the `ui-text-input` widget, where you can select the _"type"_ to be _"number"_.
0 commit comments