Fixes to account/account users
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
|
||||
<table class="grafana-options-table">
|
||||
<tr ng-repeat="ac in accounts">
|
||||
<td>email: {{ac.email}}</td>
|
||||
<td>role: {{ac.role}}</td>
|
||||
<td>Name: {{ac.name}}</td>
|
||||
<td>Role: {{ac.role}}</td>
|
||||
<td ng-show="ac.isUsing">
|
||||
currently using this account
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user