diff --git a/static/rbmd/script.js b/static/rbmd/script.js index 7d62624..239dad6 100644 --- a/static/rbmd/script.js +++ b/static/rbmd/script.js @@ -19,7 +19,7 @@ $(function() { }) $('.tablink').css('display', 'block') - var ws = new WebSocket('{{escape(ws)}}'); + // var ws = new WebSocket('{{escape(ws)}}'); var cluster, selected_node, deadNode, node2; ws.onopen = function() {ws.send(""); }; ws.onmessage = function (evt) { diff --git a/templates/rbmd/index.html b/templates/rbmd/index.html index b1845e0..fe14282 100644 --- a/templates/rbmd/index.html +++ b/templates/rbmd/index.html @@ -84,7 +84,7 @@