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