Commit 19763883 authored by Adam Wujek's avatar Adam Wujek 💬

www: add a new line when displaying time in main page

Previous commit brakes it here.
www: fix spliting output from wr_date in WR Monitoring
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 7b696e1f
......@@ -30,8 +30,8 @@ function get_info(){
function updateValues(){
$("#sfp_panel").html(datainfo[2]);
$("#temp").text(datainfo[0]);
$("#datewr").html(datainfo[1]);
$("#datewr").html(datainfo[1][0] + '<br>' + datainfo[1][1]);
var status;
var end = false;
for (var i=0; i<datainfo[3].length-1 && !end; i++){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment