diff --git a/app/src/views/domain/DomainList.vue b/app/src/views/domain/DomainList.vue index 00af6295..236d0c93 100644 --- a/app/src/views/domain/DomainList.vue +++ b/app/src/views/domain/DomainList.vue @@ -53,6 +53,8 @@ const columns: Column[] = [{ const table = ref() +const inspect_config = ref() + function enable(name: string) { domain.enable(name).then(() => { message.success($gettext('Enabled successfully')) @@ -92,8 +94,6 @@ function handle_click_duplicate(name: string) { target.value = name } -const inspect_config = ref() - const route = useRoute() watch(route, () => {