From 0dd8161790bc02cee46a2428a51e811d282f77ab Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Mon, 1 May 2023 16:26:49 +0300 Subject: [PATCH] UI: Copy button visible on hover --- .../attribute/attribute-table.component.html | 6 ++++-- .../attribute/attribute-table.component.scss | 12 ++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html b/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html index 5cacb555b9..0a57bfef9b 100644 --- a/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html +++ b/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html @@ -161,9 +161,10 @@ {{ 'attribute.key' | translate }} -
+
{{ attribute.key }}
-
+
{{attribute.value | tbJson}}