From 34fc0a23cab89c9521cd7bb4436cb6631cc3d031 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Tue, 2 Aug 2022 14:15:52 +0800 Subject: [PATCH] Added remove if directive for DirectiveEditor --- .../ngx_conf/directive/DirectiveEditor.vue | 16 ++++++++++------ frontend/version.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue b/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue index 6626a92f..5dc843e8 100644 --- a/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue +++ b/frontend/src/views/domain/ngx_conf/directive/DirectiveEditor.vue @@ -43,12 +43,15 @@ function onSave(idx: number) {

{{ $gettext('Directives') }}

- -
- - + +
+ + + + diff --git a/frontend/version.json b/frontend/version.json index 1e6e18b3..fe46aca0 100644 --- a/frontend/version.json +++ b/frontend/version.json @@ -1 +1 @@ -{"version":"1.5.0","build_id":14,"total_build":84} \ No newline at end of file +{"version":"1.5.0","build_id":15,"total_build":85} \ No newline at end of file