Hide sensitive edge info for Customers
This commit is contained in:
parent
21823588d4
commit
9c1a93141b
@ -57,7 +57,8 @@
|
||||
</md-button>
|
||||
<md-button ngclipboard data-clipboard-action="copy"
|
||||
ngclipboard-success="onEdgeInfoCopied('key')"
|
||||
data-clipboard-text="{{edge.routingKey}}" ng-show="!isEdit"
|
||||
data-clipboard-text="{{edge.routingKey}}"
|
||||
ng-show="!isEdit && edgeScope === 'tenant'"
|
||||
ng-if="isTenantAdmin"
|
||||
class="md-raised">
|
||||
<md-icon md-svg-icon="mdi:clipboard-arrow-left"></md-icon>
|
||||
@ -65,14 +66,15 @@
|
||||
</md-button>
|
||||
<md-button ngclipboard data-clipboard-action="copy"
|
||||
ngclipboard-success="onEdgeInfoCopied('secret')"
|
||||
data-clipboard-text="{{edge.secret}}" ng-show="!isEdit"
|
||||
data-clipboard-text="{{edge.secret}}"
|
||||
ng-show="!isEdit && edgeScope === 'tenant'"
|
||||
ng-if="isTenantAdmin"
|
||||
class="md-raised">
|
||||
<md-icon md-svg-icon="mdi:clipboard-arrow-left"></md-icon>
|
||||
<span translate>edge.copy-edge-secret</span>
|
||||
</md-button>
|
||||
<md-button ng-click="onEdgeSync(edge.id)"
|
||||
ng-show="!isEdit"
|
||||
ng-show="!isEdit && edgeScope === 'tenant'"
|
||||
ng-if="isTenantAdmin"
|
||||
class="md-raised">
|
||||
<md-icon md-svg-icon="mdi:sync"></md-icon>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user