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 089db1e98d..a2d230bde9 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,7 +161,18 @@ {{ 'attribute.key' | translate }} - {{ attribute.key }} +
+ {{ attribute.key }} + + +
@@ -170,7 +181,18 @@ class="tb-value-cell" (click)="editAttribute($event, attribute)">
- {{attribute.value | tbJson}} +
+ {{attribute.value | tbJson}} + + +
edit diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index 3aac9e1909..528fbb36c3 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -691,7 +691,9 @@ "selected-attributes": "{ count, plural, =1 {1 attribute} other {# attributes} } selected", "selected-telemetry": "{ count, plural, =1 {1 telemetry unit} other {# telemetry units} } selected", "no-attributes-text": "No attributes found", - "no-telemetry-text": "No telemetry found" + "no-telemetry-text": "No telemetry found", + "copy-key": "Copy key", + "copy-value": "Copy value" }, "api-usage": { "api-features": "API features",