mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor user list cahnge
This commit is contained in:
parent
02dc3c063c
commit
d452d3ce93
@ -58,7 +58,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr ng-repeat="user in ctrl.users">
|
<tr ng-repeat="user in ctrl.users">
|
||||||
<td style="width-4 text-center">
|
<td class="width-4 text-center">
|
||||||
<img class="filter-table__avatar" ng-src="{{user.avatarUrl}}"></img>
|
<img class="filter-table__avatar" ng-src="{{user.avatarUrl}}"></img>
|
||||||
</td>
|
</td>
|
||||||
<td>{{user.login}}</td>
|
<td>{{user.login}}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user