From 6278ddb7067c668ceb676a9289e99fe734bdce89 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 15 Jan 2020 19:52:12 -0500 Subject: [PATCH] fix network url --- src/_store/system.module.js | 3 ++- src/account/NetworkPage.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/_store/system.module.js b/src/_store/system.module.js index 542229d..ab1fd67 100644 --- a/src/_store/system.module.js +++ b/src/_store/system.module.js @@ -11,7 +11,8 @@ const state = { cloudDrivers: [], entityClasses: [], locales: ['en_US'], - cloudConfigs: {} + cloudConfigs: {}, + nginxPort: null }, entityConfigs: {}, searchResults: [], diff --git a/src/account/NetworkPage.vue b/src/account/NetworkPage.vue index b15e7bd..5e89896 100644 --- a/src/account/NetworkPage.vue +++ b/src/account/NetworkPage.vue @@ -1,7 +1,7 @@