Added avatar to ext users in sensor config page. issue 39

This commit is contained in:
Ziver Koc 2016-11-19 17:50:30 +01:00
parent 5b2eabcfd3
commit beff7da576

View file

@ -97,6 +97,7 @@
<table class="table table-hover table-condensed"> <table class="table table-hover table-condensed">
<thead> <thead>
<th>#</th>
<th>Username</th> <th>Username</th>
<th>Address</th> <th>Address</th>
<th>Hostname</th> <th>Hostname</th>
@ -110,6 +111,7 @@
</thead> </thead>
{{#extUsers}} {{#extUsers}}
<tr> <tr>
<td><img style="width: 20px;" src="{{.getAvatarUrl()}}" /></td>
<td>{{.getUsername()}}</td> <td>{{.getUsername()}}</td>
<td>{{.getAddress()}}</td> <td>{{.getAddress()}}</td>
<td>{{.getHostname()}}</td> <td>{{.getHostname()}}</td>