From 519e0e4948ae275886913a8e4e956bd3b9d7e38b Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 17 Jan 2020 10:11:58 -0500 Subject: [PATCH] rename nginxPort to sslPort --- src/_store/system.module.js | 2 +- src/account/NetworkPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_store/system.module.js b/src/_store/system.module.js index ab1fd67..3fa7984 100644 --- a/src/_store/system.module.js +++ b/src/_store/system.module.js @@ -12,7 +12,7 @@ const state = { entityClasses: [], locales: ['en_US'], cloudConfigs: {}, - nginxPort: null + sslPort: null }, entityConfigs: {}, searchResults: [], diff --git a/src/account/NetworkPage.vue b/src/account/NetworkPage.vue index 5e89896..43b0547 100644 --- a/src/account/NetworkPage.vue +++ b/src/account/NetworkPage.vue @@ -1,7 +1,7 @@