We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1c01f commit 6740904Copy full SHA for 6740904
1 file changed
OpenFlow/src/public/Users.html
@@ -49,6 +49,9 @@ <h1 translate lib="web">users</h1>
49
(menuctrl.hasrole('admins') || menuctrl.hasrole('customer admins') || menuctrl.hasrole('resellers'))
50
">
51
<em class="fas fa-money-bill-wave"></em></a>
52
+ <a ng-href="#/Customer/{{model.customerid}}" class="btn" role="button" ng-show="menuctrl.user.customerid != null && menuctrl.WebSocketClientService.multi_tenant && model.customerid && model.customerid != ''">
53
+ <em class="fas fa-industry"></em></a>
54
+
55
</td>
56
<td ng-show="ctrl.WebSocketClientService.validate_user_form != ''">
57
<em ng-show="model.validated" class="fas fa-check"></em>
0 commit comments