This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
80827935da
portainer
/
app
/
models
/
api
/
team.js
6 lines
103 B
JavaScript
Raw
Blame
History
function
TeamViewModel
(
data
)
{
this
.
Id
=
data
.
Id
;
this
.
Name
=
data
.
Name
;
this
.
Checked
=
false
;
}
Reference in New Issue
View Git Blame
Copy Permalink