ui: Fix up typo for the UI config template url (#9109)
This commit is contained in:
parent
eda072a280
commit
068af04aa6
|
@ -16,7 +16,7 @@ export default Route.extend({
|
|||
items: this.data.source(
|
||||
uri => uri`/${nspace}/${dc}/service-instances/for-service/${params.name}`
|
||||
),
|
||||
urls: this.config.get().dashboard_url_template,
|
||||
urls: this.config.get().dashboard_url_templates,
|
||||
chain: null,
|
||||
proxies: [],
|
||||
topology: null,
|
||||
|
|
|
@ -7,7 +7,7 @@ module.exports = ({ appName, environment, rootURL, config }) => `
|
|||
JSON.stringify({
|
||||
metrics_provider: 'prometheus',
|
||||
metrics_proxy_enabled: true,
|
||||
dashboard_url_template: {
|
||||
dashboard_url_templates: {
|
||||
service: 'https://example.com?{{Service.Name}}&{{Datacenter}}',
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue