Peer data sync bugfix

Former-commit-id: d89c27cd778f3bbe26bb256e6a2ce51a786dd7c2
This commit is contained in:
Ziver Koc 2016-01-14 17:29:46 +01:00
parent 1d57b3f1dd
commit d1696cd32d
4 changed files with 7 additions and 9 deletions

View file

@ -10,7 +10,6 @@
<thead>
<th>Name</th>
<th>Type</th>
<th>Public</th>
<th>Configuration</th>
<th>
<button class="btn btn-default btn-xs pull-right" data-toggle="modal"
@ -23,7 +22,6 @@
<tr>
<td>{{.name}}</td>
<td>{{.type}}</td>
<td>{{.sync}}</td>
<td>{{.config}}</td>
<td>
<form method="POST">
@ -36,7 +34,6 @@
data-id="{{.getId()}}"
data-name="{{.name}}"
data-type="{{.type}}"
data-sync="{{.sync}}"
data-config="{{.config}}">
<span class="glyphicon glyphicon-pencil"></span>
</button>