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

@@ -45,6 +45,10 @@ export default {
title: this.$t('admin_settings.tabs.email'),
route: 'AppEmail',
},
{
title: this.$t('Server'),
route: 'AppServer',
},
],
}
},