From b8cb830761bf983a29d88363193806971036ab8e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 21 Aug 2025 01:13:15 +0700 Subject: _www: change the class "name" to "sid" Since we use the service ID, derived from file name, change the class name to sid instead of name. --- _www/index.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_www/index.tmpl b/_www/index.tmpl index 4880ec8..cc7b257 100644 --- a/_www/index.tmpl +++ b/_www/index.tmpl @@ -31,8 +31,8 @@ .service .at { flex: 0 0 16em; } - .service .name { - flex: 1 0 10em; + .service .sid { + flex: 0 0 10em; } .service .status { flex: 0 0 5em; @@ -48,7 +48,7 @@
At - Service + Service Status Error
@@ -56,7 +56,7 @@ {{ $status := statusString .Last.Success }}
{{.Last.At}} - {{.ID}} + {{.ID}} {{ $status }} {{ .Last.Error }}
@@ -67,7 +67,7 @@
At - Service + Service Status Error
@@ -75,7 +75,7 @@ {{ range $list }}
{{ .At }} - {{ .ID }} + {{ .ID }} DOWN {{ .Error }}
-- cgit v1.3