From 5a05479d2bec509deea1f3198855fa8de92e346a Mon Sep 17 00:00:00 2001
From: MattIPv4
Date: Tue, 26 May 2020 17:20:12 +0100
Subject: [PATCH] Use the same thing for all the other setup sections
---
package-lock.json | 5 -----
package.json | 1 -
.../templates/setup_sections/certbot.vue | 9 ++++-----
.../templates/setup_sections/download.vue | 11 +++++------
.../templates/setup_sections/go_live.vue | 7 +++----
src/nginxconfig/templates/setup_sections/ssl.vue | 15 +++++++++------
6 files changed, 21 insertions(+), 27 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 699745a..0da7fae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8874,11 +8874,6 @@
"resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog=="
},
- "vue-prism-component": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/vue-prism-component/-/vue-prism-component-1.2.0.tgz",
- "integrity": "sha512-0N9CNuQu+36CJpdsZHrhdq7d18oBvjVMjawyKdIr8xuzFWLfdxECZQYbFaYoopPBg3SvkEEMtkhYqdgTQl5Y+A=="
- },
"vue-select": {
"version": "3.10.3",
"resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.10.3.tgz",
diff --git a/package.json b/package.json
index 813a2fc..8eee9ed 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,6 @@
"tar-stream": "^2.1.2",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.3",
- "vue-prism-component": "^1.2.0",
"vue-select": "^3.10.3"
},
"devDependencies": {
diff --git a/src/nginxconfig/templates/setup_sections/certbot.vue b/src/nginxconfig/templates/setup_sections/certbot.vue
index 3de3c4c..cffd325 100644
--- a/src/nginxconfig/templates/setup_sections/certbot.vue
+++ b/src/nginxconfig/templates/setup_sections/certbot.vue
@@ -16,7 +16,7 @@
Reload your NGINX server:
-
+
@@ -40,7 +40,7 @@
Reload your NGINX server:
-
+
@@ -48,9 +48,8 @@
Configure Certbot to reload NGINX when it successfully renews certificates:
-
-
-
+
+
diff --git a/src/nginxconfig/templates/setup_sections/download.vue b/src/nginxconfig/templates/setup_sections/download.vue
index 4a65058..b152607 100644
--- a/src/nginxconfig/templates/setup_sections/download.vue
+++ b/src/nginxconfig/templates/setup_sections/download.vue
@@ -17,7 +17,7 @@
Navigate to your NGINX configuration directory on your server:
-
+
@@ -25,7 +25,7 @@
Create a backup of your current NGINX configuration:
-
+
@@ -33,7 +33,7 @@
Extract the new compressed configuration archive using tar:
-
+
@@ -41,16 +41,15 @@