mirror of
https://github.com/grafana/grafana.git
synced 2025-01-18 12:33:37 -06:00
Fixes to account/account users
This commit is contained in:
parent
590c3b4b50
commit
d9a33680a6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user