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 @@