Skip to content

Commit

Permalink
fix(ui): move rebuild routes back to general actions
Browse files Browse the repository at this point in the history
Ref: #3559
  • Loading branch information
robertsLando committed Jan 20, 2025
1 parent b4e1279 commit c5d9691
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/views/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit c5d9691

Please sign in to comment.