diff --git a/web/src/pages/Plugins.vue b/web/src/pages/Plugins.vue index abd85e5..dbb7de9 100644 --- a/web/src/pages/Plugins.vue +++ b/web/src/pages/Plugins.vue @@ -6,7 +6,7 @@
@@ -240,6 +241,10 @@ const installDialogSource = ref('') margin-inline: 1rem; } +#no-plugins-alert { + margin: 1rem; +} + .plugin-card { width: 18rem; height: 8rem; @@ -298,4 +303,4 @@ const installDialogSource = ref('') flex-direction: column; gap: 1rem; } - \ No newline at end of file + diff --git a/web/src/pages/Settings.vue b/web/src/pages/Settings.vue index e5d6d73..6cffb18 100644 --- a/web/src/pages/Settings.vue +++ b/web/src/pages/Settings.vue @@ -72,7 +72,7 @@ import Vjsf from '@koumoul/vjsf'; const { proxy } = getCurrentInstance() const managerList = ref([]) -const configType = ref('json') // ui or json +const configType = ref('') // ui or json const currentManager = ref(null) const currentManagerName = ref('') const currentManagerDocLink = ref('')