Implement UI for machines & system settings
This commit is contained in:
@@ -7,12 +7,16 @@ const getPageTitle = (pathname) => {
|
||||
switch (pathname) {
|
||||
case '/dashboard':
|
||||
return 'Dashboard';
|
||||
case '/machines':
|
||||
return 'Machines';
|
||||
case '/servers':
|
||||
return 'Servers';
|
||||
case '/settings':
|
||||
return 'Settings';
|
||||
case '/admin/users':
|
||||
return 'User Management';
|
||||
case '/admin/settings':
|
||||
return 'System Settings';
|
||||
default:
|
||||
return 'Dashboard';
|
||||
}
|
||||
|
Reference in New Issue
Block a user