diff --git a/ui/app/templates/components/plugin-allocation-row.hbs b/ui/app/templates/components/plugin-allocation-row.hbs index 9545c3a04c1..2bc1a3f04e7 100644 --- a/ui/app/templates/components/plugin-allocation-row.hbs +++ b/ui/app/templates/components/plugin-allocation-row.hbs @@ -35,11 +35,13 @@ - - {{x-icon - (if pluginAllocation.healthy "check-circle-outline" "minus-circle-outline") - class=(if pluginAllocation.healthy "is-success" "is-danger")}} - {{if pluginAllocation.healthy "Healthy" "Unhealthy"}} + + + {{x-icon + (if pluginAllocation.healthy "check-circle-outline" "minus-circle-outline") + class=(if pluginAllocation.healthy "is-success" "is-danger")}} + {{if pluginAllocation.healthy "Healthy" "Unhealthy"}} + {{#link-to "clients.client" allocation.node}}{{allocation.node.shortId}}{{/link-to}}