expose ui-offline-preferred and dashboard-index

ui-offline-preferred affects the ui-index so there is no reason to not expose it as well
This commit is contained in:
Westly Wright 2021-02-04 16:29:14 -07:00
parent a32bc18d70
commit c20b479d9a
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
2 changed files with 5 additions and 1 deletions

View File

@ -578,6 +578,8 @@ C.SETTING.ALLOWED = {
[C.SETTING.UI_BANNERS]: { kind: 'json' },
'system-default-registry': {},
'ui-index': {},
'ui-dashboard-index': {},
'ui-offline-preferred': {},
[C.SETTING.CLUSTER_TEMPLATE_ENFORCEMENT]: { kind: 'boolean' },
[C.SETTING.UI_DEFAULT_LANDING]: {

View File

@ -5831,7 +5831,9 @@ dangerZone:
'ingress-ip-domain': 'Wildcard DNS domain to use for automatically generated Ingress hostnames. <ingress-name>.<namespace-name>.<ip address of ingress controller> will be added to the domain.'
'server-url': 'Default {appName} install url. Must be HTTPS. All nodes in your cluster must be able to reach this.'
'system-default-registry': 'Private registry to be used for all system Docker images.'
'ui-index': 'HTML index location for the UI.'
'ui-index': 'HTML index location for the Cluster Manager UI.'
'ui-dashboard-index': 'HTML index location for the Cluster Explorer UI.'
'ui-offline-preferred': "Controls whether UI assets are served locally by the server container or from the remote URL defined in the ui-index and ui-dashboard-index settings."
'ui-pl': 'Private-Label company name.'
'ui-issues': "Use a url address to send new 'File an Issue' reports instead of sending users to the Github issues page."
'telemetry-opt': 'Telemetry reporting opt-in.'