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
d1f7e17ee6
portainer
/
app
/
docker
/
models
/
swarm.js
4 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(build): add webpack build config
2018-10-10 08:06:23 +00:00
export
function
SwarmViewModel
(
data
)
{
feat(stacks): add support for stack deploy (#1280)
2017-10-15 17:24:40 +00:00
this
.
Id
=
data
.
ID
;
}