Commit to push to devICT repo

This commit is contained in:
2017-06-08 15:43:11 -05:00
parent 9a77a25342
commit 844b42cc18
12 changed files with 207 additions and 4 deletions

View File

@@ -5,6 +5,8 @@
<thead>
<tr>
<th>Name</th>
<th>Key</th>
<th>Members</th>
<th></th>
</tr>
</thead>
@@ -12,6 +14,8 @@
{{ range $i, $v := .TemplateData.Teams }}
<tr>
<td>{{ $v.Name }}</td>
<td>{{ $v.UUID }}</td>
<td>{{ len $v.Members }}</td>
<td>
<a href="/admin/teams/{{ $v.UUID }}/edit" class="pure-button pure-button-plain"><i class="fa fa-pencil"></i></a>
<a href="/admin/teams/{{ $v.UUID }}/delete" class="pure-button pure-button-plain"><i class="fa fa-trash"></i></a>