Commit ea800dd8 by Torkel Ödegaard

Added login to organization users table, Fixes #1683

parent b8c378f2
......@@ -36,7 +36,14 @@
<br>
<table class="grafana-options-table">
<tr>
<th>Login</th>
<th>Email</th>
<th>Role</th>
<th></th>
</tr>
<tr ng-repeat="user in users">
<td>{{user.login}}</td>
<td>{{user.email}}</td>
<td>
{{user.role}}
......
......@@ -2,6 +2,7 @@
width: 100%;
th {
text-align: left;
padding: 5px 10px;
border-bottom: 4px solid @grafanaPanelBackground;
}
......
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