From a61b6c53d9989080bb282702240b555279317802 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 7 Oct 2020 14:45:52 +0100 Subject: [PATCH] ui: Move node listing copy button to the detail rather than the title (#8850) --- ui-v2/app/components/consul-node-list/index.hbs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui-v2/app/components/consul-node-list/index.hbs b/ui-v2/app/components/consul-node-list/index.hbs index 7d1075076c..081655a423 100644 --- a/ui-v2/app/components/consul-node-list/index.hbs +++ b/ui-v2/app/components/consul-node-list/index.hbs @@ -34,12 +34,15 @@ {{/if}}
+ Address +
+
- -
{{item.Address}}
+ {{item.Address}} +