Browse Source

Change name to slug (#8955)

pull/8987/head
John Cowen 4 years ago committed by GitHub
parent
commit
bf8bb7415b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-v2/app/routes/dc/services/show/services.js

2
ui-v2/app/routes/dc/services/show/services.js

@ -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…
Cancel
Save