diff --git a/dashboard/src/components/app/Security.vue b/dashboard/src/components/app/Security.vue new file mode 100644 index 000000000..505350700 --- /dev/null +++ b/dashboard/src/components/app/Security.vue @@ -0,0 +1,74 @@ + + + diff --git a/dashboard/src/views/AppConfigureView.vue b/dashboard/src/views/AppConfigureView.vue index fa5701ea0..4620af459 100644 --- a/dashboard/src/views/AppConfigureView.vue +++ b/dashboard/src/views/AppConfigureView.vue @@ -9,6 +9,7 @@ const t = i18n.t; import { ref, onMounted, onBeforeUnmount, useTemplateRef, computed } from 'vue'; import { Button, ButtonGroup, TabView } from 'pankow'; import Info from '../components/app/Info.vue'; +import Security from '../components/app/Security.vue'; import Cron from '../components/app/Cron.vue'; import Eventlog from '../components/app/Eventlog.vue'; import Updates from '../components/app/Updates.vue'; @@ -178,7 +179,7 @@ onBeforeUnmount(() => { - +