updated for new view

This commit is contained in:
Marc Wäckerlin
2018-11-03 13:34:37 +01:00
parent 4d4f2e9a92
commit 5b14b54d1e
5 changed files with 45 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ function error(msg) {
// handle display errors
}
function init() {
socket = io.connect();
docker = new Docker(socket, error, '#containers', '#nodes', '#stacks');
socket = io.connect()
docker = new Docker(socket, error, '#containers', '#nodes', '#stacks')
}
$(init);
$(init)