From 541ca945760502b65c10918f76ee548b7894671c Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Mon, 5 Dec 2022 14:50:17 -0500 Subject: [PATCH] [ui] Adding canary_tags the web UI (#15458) * Adding canary_tags to anyplace we show service tags * CSS moved and tabs to spaces --- .changelog/15458.txt | 3 + .../components/allocation-service-sidebar.hbs | 315 +++++++++--------- ui/app/models/service-fragment.js | 1 + ui/app/models/service.js | 1 + ui/app/styles/core/tag.scss | 17 + .../allocations/allocation/index.hbs | 3 + .../templates/components/job-service-row.hbs | 75 +++-- 7 files changed, 223 insertions(+), 192 deletions(-) create mode 100644 .changelog/15458.txt diff --git a/.changelog/15458.txt b/.changelog/15458.txt new file mode 100644 index 000000000..5aa3dc01b --- /dev/null +++ b/.changelog/15458.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: The web UI will now show canary_tags of services anyplace we would normally show tags. +``` diff --git a/ui/app/components/allocation-service-sidebar.hbs b/ui/app/components/allocation-service-sidebar.hbs index 37fe8d090..26347629a 100644 --- a/ui/app/components/allocation-service-sidebar.hbs +++ b/ui/app/components/allocation-service-sidebar.hbs @@ -1,156 +1,159 @@