mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Change name to slug (#8955)
This commit is contained in:
parent
9586a47065
commit
bf8bb7415b
@ -11,7 +11,7 @@ export default Route.extend({
|
|||||||
.split('.')
|
.split('.')
|
||||||
.slice(0, -1)
|
.slice(0, -1)
|
||||||
.join('.');
|
.join('.');
|
||||||
const name = this.modelFor(parent).name;
|
const name = this.modelFor(parent).slug;
|
||||||
return hash({
|
return hash({
|
||||||
dc: dc,
|
dc: dc,
|
||||||
nspace: nspace,
|
nspace: nspace,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user