updated for new view
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user