diff --git a/frontend/components/admin/AdminBookStackTab.vue b/frontend/components/admin/AdminBookStackTab.vue new file mode 100644 index 0000000..9584353 --- /dev/null +++ b/frontend/components/admin/AdminBookStackTab.vue @@ -0,0 +1,116 @@ + + + {{ $t('bookstack.settings.title') }} + + + + + + + + + + + + {{ $t('bookstack.settings.tokenConfigured') }} + + + + + + {{ $t('bookstack.settings.save') }} + + + {{ $t('bookstack.settings.testConnection') }} + + + + + {{ testResult ? $t('bookstack.settings.testSuccess') : $t('bookstack.settings.testFailed') }} + + + + + +
+ {{ $t('bookstack.settings.tokenConfigured') }} +
+ {{ testResult ? $t('bookstack.settings.testSuccess') : $t('bookstack.settings.testFailed') }} +