shows docker swarm stack
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user