Browse Source

ui: fix the namespace flag (#8889)

pull/8898/head
R.B. Boyer 4 years ago committed by GitHub
parent
commit
8f59eb9006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-v2/config/environment.js
  2. 2
      ui-v2/node-tests/config/environment.js

2
ui-v2/config/environment.js

@ -138,7 +138,7 @@ module.exports = function (environment, $ = process.env) {
// returned from `uiTemplateDataFromConfig`.
CONSUL_ACLS_ENABLED: '__RUNTIME_BOOL_ACLsEnabled__',
CONSUL_SSO_ENABLED: '__RUNTIME_BOOL_SSOEnabled__',
CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NSpacesEnabled__',
CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NamespacesEnabled__',
});
break;
}

2
ui-v2/node-tests/config/environment.js

@ -11,7 +11,7 @@ test(
CONSUL_BINARY_TYPE: 'oss',
CONSUL_ACLS_ENABLED: '__RUNTIME_BOOL_ACLsEnabled__',
CONSUL_SSO_ENABLED: '__RUNTIME_BOOL_SSOEnabled__',
CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NSpacesEnabled__',
CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NamespacesEnabled__',
},
{
environment: 'test',

Loading…
Cancel
Save