diff --git a/cmd/static/index.js b/cmd/static/index.js index 1a5bb00..d2c8a50 100644 --- a/cmd/static/index.js +++ b/cmd/static/index.js @@ -177,7 +177,7 @@ function service(vip, l4, s) { append(tr, "th", vip) append(tr, "th", l4) //append(tr, "th", up) - append(tr, "th", dhms(s.when) + " " + (up ? "UP" : "DOWN")) + append(tr, "th", dhms(s.when) + " " + up) append(tr, "th", tsf(s.octets_ps*8) + "bps") append(tr, "th", tsf(s.packets_ps) + "pps") append(tr, "th", spc(s.concurrent), "ar")