This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
dashboard
mirror of
https://github.com/rancher/dashboard.git
Watch
1
Star
0
Fork
You've already forked dashboard
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b51a94e5d1
dashboard
/
models
/
schema.js
6 lines
99 B
JavaScript
Raw
Blame
History
export
default
{
groupName
(
)
{
return
this
.
attributes
.
namespaced
?
'ns'
:
'cluster'
;
}
,
}
;
Reference in New Issue
View Git Blame
Copy Permalink