Skip to content

Commit 6740904

Browse files
committed
add company link on users
1 parent 2c1c01f commit 6740904

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OpenFlow/src/public/Users.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ <h1 translate lib="web">users</h1>
4949
(menuctrl.hasrole('admins') || menuctrl.hasrole('customer admins') || menuctrl.hasrole('resellers'))
5050
">
5151
<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+
5255
</td>
5356
<td ng-show="ctrl.WebSocketClientService.validate_user_form != ''">
5457
<em ng-show="model.validated" class="fas fa-check"></em>

0 commit comments

Comments
 (0)