mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added login to organization users table, Fixes #1683
This commit is contained in:
@@ -36,7 +36,14 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<table class="grafana-options-table">
|
<table class="grafana-options-table">
|
||||||
|
<tr>
|
||||||
|
<th>Login</th>
|
||||||
|
<th>Email</th>
|
||||||
|
<th>Role</th>
|
||||||
|
<th></th>
|
||||||
|
</tr>
|
||||||
<tr ng-repeat="user in users">
|
<tr ng-repeat="user in users">
|
||||||
|
<td>{{user.login}}</td>
|
||||||
<td>{{user.email}}</td>
|
<td>{{user.email}}</td>
|
||||||
<td>
|
<td>
|
||||||
{{user.role}}
|
{{user.role}}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
text-align: left;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-bottom: 4px solid @grafanaPanelBackground;
|
border-bottom: 4px solid @grafanaPanelBackground;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user