From 36fd9050fe770dd15b9a2f93b0ace2607105574d Mon Sep 17 00:00:00 2001 From: Steve Cliff Date: Tue, 5 May 2026 11:23:36 +0100 Subject: [PATCH] ui(tags): edit-button label, Save-tags width, persistent help text --- web/templates/partials/host_chrome.html | 39 +++++++++++++++---------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/web/templates/partials/host_chrome.html b/web/templates/partials/host_chrome.html index ab85124..dad2c56 100644 --- a/web/templates/partials/host_chrome.html +++ b/web/templates/partials/host_chrome.html @@ -41,10 +41,10 @@

{{$host.Name}}

{{range $host.Tags}}{{.}}{{end}} - + title="Edit tags">{{if $host.Tags}}edit tags{{else}}add tags{{end}}
{{if gt $page.ScheduleVersion 0}} @@ -57,21 +57,28 @@ {{end}} - {{/* Inline tags editor — hidden by default; toggled by the "+ tag" - button above. Comma-separated input with autocomplete sourced - from the fleet's distinct tags via a . */}} + {{/* Inline tags editor — hidden by default; toggled by the + "edit/add tags" button above. Comma-separated input with + autocomplete sourced from the fleet's distinct tags via a + . The help line under the input is always visible + because the placeholder hint disappears once the field has + a value, and operators editing existing tags are exactly + the people most likely to forget the comma rule. */}}
{{$host.OS}}/{{$host.Arch}}