Dashboard: minor display correction

This commit is contained in:
bergware
2019-02-09 15:24:50 +01:00
parent 4af18f886d
commit a83abce6b8
+1 -1
View File
@@ -596,7 +596,7 @@ function update15() {
$('#ups_bcharge').html(data[1]);
$('#ups_timeleft').html(data[2]);
$('#ups_nompower').html(data[3]);
$('#ups_loadpct').html(data[5].replace('Percent','%')+data[4].replace(/>/,'> - '));
$('#ups_loadpct').html(data[5].replace('Percent','%')+' - '+data[4]);
});
<?endif;?>
$.post('<?=$url?>',{cmd:'status',number:'<?=$display['number']?>'},function(data) {$('span.info.title').html(data);});