diff --git a/dashboard/src/components/Applinks.vue b/dashboard/src/components/Applinks.vue new file mode 100644 index 000000000..614ef3f07 --- /dev/null +++ b/dashboard/src/components/Applinks.vue @@ -0,0 +1,37 @@ + + + + + + + + + {{ $t('externallinks.label') }} + {{ $t('externallinks.description') }} + + + {{ $t('main.action.add') }} + + + + diff --git a/dashboard/src/components/Branding.vue b/dashboard/src/components/Branding.vue new file mode 100644 index 000000000..8e805e758 --- /dev/null +++ b/dashboard/src/components/Branding.vue @@ -0,0 +1,97 @@ + + + + + + + {{ $t('branding.logo') }} + + + + + {{ $t('branding.backgroundImage') }} + + + + + + + + + + + + + diff --git a/dashboard/src/views/AppearanceView.vue b/dashboard/src/views/AppearanceView.vue index 675f79b32..be2be69b8 100644 --- a/dashboard/src/views/AppearanceView.vue +++ b/dashboard/src/views/AppearanceView.vue @@ -1,125 +1,13 @@ - - - - - - {{ $t('branding.logo') }} - - - - - {{ $t('branding.backgroundImage') }} - - - - - - - - - - - - - - - - - {{ $t('externallinks.label') }} - {{ $t('externallinks.description') }} - - - {{ $t('main.action.add') }} - - - + +