fix: move /nodes route immediately after /fleet per spec
This commit is contained in:
parent
bf675ed1f6
commit
8dda040480
1 changed files with 1 additions and 1 deletions
|
|
@ -18,8 +18,8 @@ export const routes = [
|
||||||
// ── Top-level ────────────────────────────────────────────
|
// ── Top-level ────────────────────────────────────────────
|
||||||
{ path: '/', component: DashboardView, meta: { title: 'Dashboard' } },
|
{ path: '/', component: DashboardView, meta: { title: 'Dashboard' } },
|
||||||
{ path: '/fleet', component: ModelsView, meta: { title: 'Fleet' } },
|
{ path: '/fleet', component: ModelsView, meta: { title: 'Fleet' } },
|
||||||
{ path: '/settings', component: SettingsView, meta: { title: 'Settings' } },
|
|
||||||
{ path: '/nodes', component: NodeManagementView, meta: { title: 'Nodes' } },
|
{ path: '/nodes', component: NodeManagementView, meta: { title: 'Nodes' } },
|
||||||
|
{ path: '/settings', component: SettingsView, meta: { title: 'Settings' } },
|
||||||
|
|
||||||
// ── Data domain ──────────────────────────────────────────
|
// ── Data domain ──────────────────────────────────────────
|
||||||
{ path: '/data/label', component: LabelView, meta: { title: 'Label' } },
|
{ path: '/data/label', component: LabelView, meta: { title: 'Label' } },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue