diff --git a/src/views/ControlPanel.vue b/src/views/ControlPanel.vue index c111b3f7c5..52deb02f82 100644 --- a/src/views/ControlPanel.vue +++ b/src/views/ControlPanel.vue @@ -212,6 +212,19 @@ export default { color: 'warning', desc: 'Clear all info about all nodes and make a new full interview. Use when nodes has wrong or missing capabilities', }, + { + text: 'Rebuild Routes', + options: [ + { + name: 'Begin', + action: 'beginRebuildingRoutes', + }, + { name: 'Stop', action: 'stopRebuildingRoutes' }, + ], + icon: 'healing', + color: 'warning', + desc: 'Force nodes to establish new connections to the controller', + }, { text: 'Hard Reset', options: [ @@ -347,19 +360,6 @@ export default { icon: 'cached', desc: 'Update all CC values and metadata. Use only when many values seems stale', }, - { - text: 'Rebuild Routes', - options: [ - { - name: 'Begin', - action: 'beginRebuildingRoutes', - }, - { name: 'Stop', action: 'stopRebuildingRoutes' }, - ], - icon: 'healing', - color: 'warning', - desc: 'Force nodes to establish new connections to the controller', - }, { text: 'Rebuild Node Routes', options: [