Added avatar to ext users in sensor config page. issue 39
This commit is contained in:
parent
5b2eabcfd3
commit
beff7da576
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
|||
|
||||
<table class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<th>#</th>
|
||||
<th>Username</th>
|
||||
<th>Address</th>
|
||||
<th>Hostname</th>
|
||||
|
|
@ -110,6 +111,7 @@
|
|||
</thead>
|
||||
{{#extUsers}}
|
||||
<tr>
|
||||
<td><img style="width: 20px;" src="{{.getAvatarUrl()}}" /></td>
|
||||
<td>{{.getUsername()}}</td>
|
||||
<td>{{.getAddress()}}</td>
|
||||
<td>{{.getHostname()}}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue