diff --git a/frontend-next/components.d.ts b/frontend-next/components.d.ts
index 85a7ac0b..56f47171 100644
--- a/frontend-next/components.d.ts
+++ b/frontend-next/components.d.ts
@@ -7,6 +7,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
+ AAlert: typeof import('ant-design-vue/es')['Alert']
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
AButton: typeof import('ant-design-vue/es')['Button']
@@ -32,11 +33,14 @@ declare module '@vue/runtime-core' {
APagination: typeof import('ant-design-vue/es')['Pagination']
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
AreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
+ AResult: typeof import('ant-design-vue/es')['Result']
ARow: typeof import('ant-design-vue/es')['Row']
ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
ASpace: typeof import('ant-design-vue/es')['Space']
AStatistic: typeof import('ant-design-vue/es')['Statistic']
+ AStep: typeof import('ant-design-vue/es')['Step']
+ ASteps: typeof import('ant-design-vue/es')['Steps']
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
ASwitch: typeof import('ant-design-vue/es')['Switch']
ATable: typeof import('ant-design-vue/es')['Table']
diff --git a/frontend-next/src/routes/index.ts b/frontend-next/src/routes/index.ts
index a3f9725b..877991af 100644
--- a/frontend-next/src/routes/index.ts
+++ b/frontend-next/src/routes/index.ts
@@ -52,7 +52,7 @@ export const routes = [
}, {
path: 'add',
name: () => $gettext('Add Site'),
- // component: () => import('@/views/domain/DomainAdd.vue'),
+ component: () => import('@/views/domain/DomainAdd.vue'),
}, {
path: ':name',
name: () => $gettext('Edit Site'),
diff --git a/frontend-next/src/views/domain/DomainAdd.vue b/frontend-next/src/views/domain/DomainAdd.vue
index d62f7be6..b8ef310a 100644
--- a/frontend-next/src/views/domain/DomainAdd.vue
+++ b/frontend-next/src/views/domain/DomainAdd.vue
@@ -1,3 +1,86 @@
+
+
@@ -8,24 +91,25 @@
-
-
-
+
+
+
+
+
+
-
+
-
+
-
-
- server_name parameter is required
-
+
+ server_name parameter is required
@@ -34,12 +118,14 @@
+
+
@@ -51,7 +137,6 @@
Next
-
-
-