From 42df3ac22b30db2b8d0aff348415723150e3deba Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Tue, 13 Sep 2022 16:00:15 -0400 Subject: [PATCH] Tooltip for node names (#14573) --- ui/app/components/allocation-service-sidebar.hbs | 15 +++++++++------ .../templates/allocations/allocation/index.hbs | 16 +++++++++------- ui/app/templates/components/job-service-row.hbs | 4 +++- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/ui/app/components/allocation-service-sidebar.hbs b/ui/app/components/allocation-service-sidebar.hbs index c77b089b0..b0dd974de 100644 --- a/ui/app/components/allocation-service-sidebar.hbs +++ b/ui/app/components/allocation-service-sidebar.hbs @@ -77,12 +77,15 @@ Client - - {{@allocation.node.shortId}} - + + + {{@allocation.node.shortId}} + + + diff --git a/ui/app/templates/allocations/allocation/index.hbs b/ui/app/templates/allocations/allocation/index.hbs index 7bade966f..324f01b4c 100644 --- a/ui/app/templates/allocations/allocation/index.hbs +++ b/ui/app/templates/allocations/allocation/index.hbs @@ -114,13 +114,15 @@ Client - - {{this.model.node.shortId}} - + + + {{this.model.node.shortId}} + + diff --git a/ui/app/templates/components/job-service-row.hbs b/ui/app/templates/components/job-service-row.hbs index 8b9403d82..4f99bdca9 100644 --- a/ui/app/templates/components/job-service-row.hbs +++ b/ui/app/templates/components/job-service-row.hbs @@ -31,7 +31,9 @@ {{@service.level}} - {{@service.instances.0.node.shortId}} + + {{@service.instances.0.node.shortId}} + {{#each @service.tags as |tag|}}