Commit d9a33680 by Torkel Ödegaard

Fixes to account/account users

parent 590c3b4b
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment