From 26938ae1bbdecbf76015f2e7747940b1577aeb16 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Mon, 24 Apr 2023 00:03:28 +0800 Subject: [PATCH] fix: change cert err when ssl directives not exist Close #105 --- README.md | 6 + frontend/package.json | 6 +- frontend/src/version.json | 2 +- frontend/src/views/domain/cert/ChangeCert.vue | 22 ++- .../views/domain/ngx_conf/NgxConfigEditor.vue | 4 +- frontend/version.json | 2 +- frontend/yarn.lock | 148 ++++++++++-------- 7 files changed, 114 insertions(+), 76 deletions(-) diff --git a/README.md b/README.md index e6522d3f..ccaf9a28 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Yet another Nginx Web UI, developed by [0xJacky](https://jackyu.cn/) and [Hintay [![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml) + +## Stargazers over time + +[![Stargazers over time](https://starchart.cc/0xJacky/nginx-ui.svg)](https://starchart.cc/0xJacky/nginx-ui) + + English | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md)
diff --git a/frontend/package.json b/frontend/package.json index 8f5a6af7..661506f2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "nginx-ui-frontend-next", "private": true, - "version": "1.8.2", + "version": "1.8.3", "type": "commonjs", "scripts": { "dev": "vite", @@ -30,7 +30,7 @@ "vite-plugin-build-id": "^0.2.3", "vue": "^3.2.47", "vue-github-button": "https://github.com/0xJacky/vue-github-button", - "vue-router": "4", + "vue-router": "^4.1.6", "vue3-ace-editor": "^2.2.2", "vue3-apexcharts": "^1.4.1", "vue3-gettext": "^2.5.0-alpha.1", @@ -49,6 +49,6 @@ "vite": "^4.2.1", "vite-plugin-html": "^3.2.0", "vite-svg-loader": "^4.0.0", - "vue-tsc": "^1.2.0" + "vue-tsc": "^1.4.2" } } diff --git a/frontend/src/version.json b/frontend/src/version.json index 9f074b8a..f7e621a2 100644 --- a/frontend/src/version.json +++ b/frontend/src/version.json @@ -1 +1 @@ -{"version":"1.8.2","build_id":100,"total_build":170} \ No newline at end of file +{"version":"1.8.3","build_id":104,"total_build":174} \ No newline at end of file diff --git a/frontend/src/views/domain/cert/ChangeCert.vue b/frontend/src/views/domain/cert/ChangeCert.vue index a83310ae..0e4e116e 100644 --- a/frontend/src/views/domain/cert/ChangeCert.vue +++ b/frontend/src/views/domain/cert/ChangeCert.vue @@ -1,6 +1,6 @@ diff --git a/frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue b/frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue index deed617d..77c735cc 100644 --- a/frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue +++ b/frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue @@ -1,7 +1,7 @@