From 12db0d7c4093e96f447dc1d4eb9b0078dd418365 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 24 Jul 2020 18:36:16 -0400 Subject: [PATCH] Allocate more space for service name and host --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 40aa3c19..dbe2d22b 100644 --- a/static/index.html +++ b/static/index.html @@ -190,10 +190,10 @@ output += "" + "
" + "
" - + "
" + + "
" + " " + serviceName + " - " + hostname + "" + "
" - + "
" + + "
" + " " + (minResponseTime === maxResponseTime ? minResponseTime : (minResponseTime + "-" + maxResponseTime)) + "ms" + "
" + "
"