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 @@