Update index.js

pull/570/head
Mr Chen 1 year ago
parent e231c38f1d
commit 8cd78d7dea
  1. 2
      route/static/app/index.js

@ -1409,7 +1409,7 @@ var index = {
$("#readBytes").html(toSize(iostat_select.read_bytes));
$("#writeBytes").html(toSize(iostat_select.write_bytes));
$("#diskIops").html(iostat_select.read_count);
$("#diskTime").html(iostat_select.write_time);
$("#diskTime").html(iostat_select.write_time +" ms");
$("#core").html(net.cpu[1] + " " + lan.index.cpu_core);

Loading…
Cancel
Save