From 755592c71f4e30a3ee0c741f14cfa4170f1917e5 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 26 Mar 2018 22:22:35 +0300 Subject: [PATCH] upd --- static/rbmd/script.js | 2 +- templates/rbmd/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@