From 76e236501345675be9b2c28a64d558c80eae09e8 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 26 Mar 2018 22:52:10 +0300 Subject: [PATCH] upd --- static/rbmd/script.js | 5 +++-- templates/rbmd/index.html | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/rbmd/script.js b/static/rbmd/script.js index 616e1fc..7203c1c 100644 --- a/static/rbmd/script.js +++ b/static/rbmd/script.js @@ -17,7 +17,7 @@ $(function() { }) */ }) - + // var ws = new WebSocket('{{escape(ws)}}'); // var cluster, selected_node, deadNode, node2; @@ -208,6 +208,7 @@ function openNode(evt, nodeName) { // // displayData(a); // } else { $('#showDeadlyDetails').text('Show details'); - $('#details').css("border", "").css("display", "block"); displayData(a); + $('#details').css("border", "").css("display", "block"); + displayData(a); // } } diff --git a/templates/rbmd/index.html b/templates/rbmd/index.html index 48f0bff..8a45b80 100644 --- a/templates/rbmd/index.html +++ b/templates/rbmd/index.html @@ -85,13 +85,14 @@