diff --git a/components/Layout/Settings/AdminSettings.vue b/components/Layout/Settings/AdminSettings.vue index d0628b8d..56425e23 100644 --- a/components/Layout/Settings/AdminSettings.vue +++ b/components/Layout/Settings/AdminSettings.vue @@ -29,13 +29,17 @@ :to="adminItem.link" :value="isCurrentLink(adminItem.link)" class="pb-0" + three-line > - + mdi-chevron-right @@ -72,7 +76,7 @@ export default Vue.extend({ icon: 'mdi-devices', name: this.$t('settingsSections.admin.devices.name'), description: this.$t('settingsSections.admin.devices.description'), - link: undefined + link: '/settings/admin/devices' }, { icon: 'mdi-library-shelves', diff --git a/components/System/SelectedDeviceInfo.vue b/components/Layout/Settings/SelectedDeviceInfo.vue similarity index 99% rename from components/System/SelectedDeviceInfo.vue rename to components/Layout/Settings/SelectedDeviceInfo.vue index 68ed961c..ca443d02 100644 --- a/components/System/SelectedDeviceInfo.vue +++ b/components/Layout/Settings/SelectedDeviceInfo.vue @@ -56,6 +56,7 @@ + {{ $t('settings.devices.delete') }} diff --git a/components/Layout/Settings/SettingsPage.vue b/components/Layout/Settings/SettingsPage.vue index b620fe2f..3f337fbe 100644 --- a/components/Layout/Settings/SettingsPage.vue +++ b/components/Layout/Settings/SettingsPage.vue @@ -1,5 +1,5 @@