mirror of https://github.com/hashicorp/consul
ui: Fix up typo for the UI config template url (#9109)
parent
80c9f54bbc
commit
6ff094976e
|
@ -16,7 +16,7 @@ export default Route.extend({
|
||||||
items: this.data.source(
|
items: this.data.source(
|
||||||
uri => uri`/${nspace}/${dc}/service-instances/for-service/${params.name}`
|
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,
|
chain: null,
|
||||||
proxies: [],
|
proxies: [],
|
||||||
topology: null,
|
topology: null,
|
||||||
|
|
|
@ -7,7 +7,7 @@ module.exports = ({ appName, environment, rootURL, config }) => `
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
metrics_provider: 'prometheus',
|
metrics_provider: 'prometheus',
|
||||||
metrics_proxy_enabled: true,
|
metrics_proxy_enabled: true,
|
||||||
dashboard_url_template: {
|
dashboard_url_templates: {
|
||||||
service: 'https://example.com?{{Service.Name}}&{{Datacenter}}',
|
service: 'https://example.com?{{Service.Name}}&{{Datacenter}}',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue