diff --git a/static/rbmd/script.js b/static/rbmd/script.js index 2178882..616e1fc 100644 --- a/static/rbmd/script.js +++ b/static/rbmd/script.js @@ -17,7 +17,7 @@ $(function() { }) */ }) - $('.tablink').css('display', 'block') + // var ws = new WebSocket('{{escape(ws)}}'); // var cluster, selected_node, deadNode, node2; diff --git a/templates/rbmd/index.html b/templates/rbmd/index.html index e66547e..48f0bff 100644 --- a/templates/rbmd/index.html +++ b/templates/rbmd/index.html @@ -91,6 +91,7 @@ a = JSON.parse(evt.data); displayData(a); }; + $('.tablink').css('display', 'block') // // $('#mountForm').submit(function(event){ // event.preventDefault();