+
-
-
diff --git a/frontend/src/views/domain/cert/CertInfo.vue b/frontend/src/views/domain/cert/CertInfo.vue
index bdbe52a7..8019598f 100644
--- a/frontend/src/views/domain/cert/CertInfo.vue
+++ b/frontend/src/views/domain/cert/CertInfo.vue
@@ -19,6 +19,10 @@ function get() {
ok.value = false
})
}
+
+defineExpose({
+ get
+})
diff --git a/frontend/src/views/domain/cert/IssueCert.vue b/frontend/src/views/domain/cert/IssueCert.vue
index c71a6c10..3d3a0cba 100644
--- a/frontend/src/views/domain/cert/IssueCert.vue
+++ b/frontend/src/views/domain/cert/IssueCert.vue
@@ -1,9 +1,123 @@
+
+
@@ -27,7 +141,7 @@
Note: The server_name in the current configuration must be the domain name
you need to get the certificate.
-
+
The certificate for the domain will be checked every hour,
and will be renewed if it has been more than 1 month since it was last issued.
@@ -38,123 +152,6 @@
-
-
diff --git a/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue b/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue
index 5197f3f2..6626a92f 100644
--- a/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue
+++ b/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue
@@ -4,7 +4,7 @@ import {If} from '@/views/domain/ngx_conf'
import DirectiveAdd from '@/views/domain/ngx_conf/directive/DirectiveAdd'
import {useGettext} from 'vue3-gettext'
import {reactive, ref} from 'vue'
-import {CloseOutlined} from '@ant-design/icons-vue'
+import {DeleteOutlined} from '@ant-design/icons-vue'
const {$gettext} = useGettext()
@@ -45,19 +45,23 @@ function onSave(idx: number) {
-
-
-
-
-
-
-
+
-