Skip to content

Commit

Permalink
fix(ui): allow to call rebuild routes against multiple nodes at once
Browse files Browse the repository at this point in the history
Fixes #3559
  • Loading branch information
robertsLando committed Dec 27, 2024
1 parent b8373a3 commit 848a543
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 @@ -197,19 +197,6 @@ export default {
icon: 'bug_report',
desc: 'Export all nodes in a json file. Useful for debugging purposes',
},
{
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: 'Re-interview Nodes',
options: [
Expand Down Expand Up @@ -376,6 +363,19 @@ 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: 'Ping',
options: [
Expand Down

0 comments on commit 848a543

Please sign in to comment.