mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
Added login to organization users table, Fixes #1683
This commit is contained in:
parent
b8c378f2f0
commit
ea800dd838
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user