admin/monitor: renamed to "monitoring"

Massimo Melina committed May 7, 2022 at 14:22 UTC cd0405402b924feffb794b77a581329f6bf89099
1 file changed +1 -1
admin/src/MainMenu.ts
+1 -1
@@ -37,7 +37,7 @@ export const mainMenu: MenuEntry[] = [
37 { path: '', icon: Public, label: 'Home', title: "Admin panel", comp: HomePage },
38 { path: 'fs', icon: AccountTree, label: "Shared files", comp: VfsPage },
39 { path: 'accounts', icon: ManageAccounts, comp: AccountsPage },
40 - { path: 'monitor', icon: Monitor, comp: MonitorPage },
40 + { path: 'monitoring', icon: Monitor, comp: MonitorPage },
41 { path: 'configuration', icon: Settings, comp: ConfigPage },
42 { path: 'logs', icon: History, comp: LogsPage },
43 { path: 'plugins', icon: Extension, comp: PluginsPage },