shows docker swarm stack

This commit is contained in:
Marc Wäckerlin
2018-11-01 21:08:07 +01:00
parent 7096587f3a
commit 4d4f2e9a92
9 changed files with 60 additions and 33 deletions

View File

@@ -5,6 +5,6 @@ function error(msg) {
}
function init() {
socket = io.connect();
docker = new Docker(socket, '#main', error);
docker = new Docker(socket, error, '#containers', '#nodes', '#stacks');
}
$(init);