diff --git a/ui-ngx/src/app/modules/home/pages/edge/edge.component.html b/ui-ngx/src/app/modules/home/pages/edge/edge.component.html
index 3177c5194f..6ae548acb2 100644
--- a/ui-ngx/src/app/modules/home/pages/edge/edge.component.html
+++ b/ui-ngx/src/app/modules/home/pages/edge/edge.component.html
@@ -44,31 +44,31 @@
@@ -85,7 +85,7 @@
ngxClipboard
(cbOnSuccess)="onEdgeInfoCopied('key')"
[cbContent]="entity?.routingKey"
- [fxShow]="!isEdit && (edgeScope === 'tenant' || edgeScope === 'customer')">
+ [fxShow]="!isEdit && edgeScope !== 'customer_user'">
edge.copy-edge-key
@@ -93,7 +93,7 @@
ngxClipboard
(cbOnSuccess)="onEdgeInfoCopied('secret')"
[cbContent]="entity?.secret"
- [fxShow]="!isEdit && (edgeScope === 'tenant' || edgeScope === 'customer')">
+ [fxShow]="!isEdit && edgeScope !== 'customer_user'">
edge.copy-edge-secret
@@ -101,7 +101,7 @@
ngxClipboard
[disabled]="(isLoading$ | async)"
(click)="onEntityAction($event, 'syncEdge')"
- [fxShow]="!isEdit && (edgeScope === 'tenant' || edgeScope === 'customer')">
+ [fxShow]="!isEdit && edgeScope !== 'customer_user'">
edge.sync
@@ -132,7 +132,7 @@
[required]="true"
[entityType]="entityType.EDGE">
-
+
edge.edge-license-key
@@ -142,7 +142,7 @@
-
+
edge.cloud-endpoint-hint
edge.cloud-endpoint
@@ -153,7 +153,7 @@
-
+
edge.edge-key
@@ -164,7 +164,7 @@
-