mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
Allocate more space for service name and host
This commit is contained in:
parent
f50589e3c4
commit
12db0d7c40
@ -190,10 +190,10 @@
|
|||||||
output += ""
|
output += ""
|
||||||
+ "<div class='container py-3 border-left border-right border-top border-black'>"
|
+ "<div class='container py-3 border-left border-right border-top border-black'>"
|
||||||
+ " <div class='row mb-2'>"
|
+ " <div class='row mb-2'>"
|
||||||
+ " <div class='col-8'>"
|
+ " <div class='col-10'>"
|
||||||
+ " <span class='font-weight-bold'>" + serviceName + "</span> <span class='text-secondary font-weight-lighter'>- " + hostname + "</span>"
|
+ " <span class='font-weight-bold'>" + serviceName + "</span> <span class='text-secondary font-weight-lighter'>- " + hostname + "</span>"
|
||||||
+ " </div>"
|
+ " </div>"
|
||||||
+ " <div class='col-4 text-right'>"
|
+ " <div class='col-2 text-right'>"
|
||||||
+ " <span class='font-weight-lighter'>" + (minResponseTime === maxResponseTime ? minResponseTime : (minResponseTime + "-" + maxResponseTime)) + "ms</span>"
|
+ " <span class='font-weight-lighter'>" + (minResponseTime === maxResponseTime ? minResponseTime : (minResponseTime + "-" + maxResponseTime)) + "ms</span>"
|
||||||
+ " </div>"
|
+ " </div>"
|
||||||
+ " </div>"
|
+ " </div>"
|
||||||
|
Loading…
Reference in New Issue
Block a user