From 99bd0ece91ae9d0fa25ff38cab7fe1eab6055a0f Mon Sep 17 00:00:00 2001 From: Artem Babak Date: Thu, 22 Oct 2020 16:06:20 +0300 Subject: [PATCH] fixed isPublic issue with assets and edges --- .../app/customer/customer-fieldset.tpl.html | 4 +-- ui/src/app/edge/edge-fieldset.tpl.html | 25 ++++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ui/src/app/customer/customer-fieldset.tpl.html b/ui/src/app/customer/customer-fieldset.tpl.html index a23959ef96..a67a4391df 100644 --- a/ui/src/app/customer/customer-fieldset.tpl.html +++ b/ui/src/app/customer/customer-fieldset.tpl.html @@ -16,10 +16,10 @@ --> {{ 'customer.manage-users' | translate }} -{{ 'customer.manage-assets' | translate }} +{{ 'customer.manage-assets' | translate }} {{ 'customer.manage-devices' | translate }} {{ 'customer.manage-dashboards' | translate }} -{{ 'customer.manage-edges' | translate }} +{{ 'customer.manage-edges' | translate }} {{ 'customer.delete' | translate }}
diff --git a/ui/src/app/edge/edge-fieldset.tpl.html b/ui/src/app/edge/edge-fieldset.tpl.html index 2ef04b16ac..ddc109a2cc 100644 --- a/ui/src/app/edge/edge-fieldset.tpl.html +++ b/ui/src/app/edge/edge-fieldset.tpl.html @@ -117,13 +117,36 @@
edge.cloud-endpoint-required
+ +
+ + + + + {{ 'edge.copy-edge-key' | translate }} + + +
+
- + + + + {{ 'edge.copy-edge-secret' | translate }} + + +