server status included into the admin settings

This commit is contained in:
Čarodej
2022-02-15 09:33:53 +01:00
parent da74a38605
commit b897eaf482
14 changed files with 347 additions and 90 deletions

View File

@@ -321,6 +321,15 @@ const routesAdmin = [
title: 'Adsense',
},
},
{
name: 'AppServer',
path: '/admin/settings/server',
component: () => import(/* webpackChunkName: "chunks/app-server" */ '../views/Admin/AppSettings/AppSettingsTabs/Server'),
meta: {
requiresAuth: true,
title: 'Server',
},
},
],
},
{