aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_hubloc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/admin_hubloc.tpl')
-rwxr-xr-xview/tpl/admin_hubloc.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index a9f250652..e1c8b3647 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -14,6 +14,8 @@
{{foreach $hubloc as $hub}}<tr>
<td>{{$hub.hubloc_id}}</td><td>{{$hub.hubloc_addr}}</td><td>{{$hub.hubloc_host}}</td><td>{{$hub.hubloc_status}}</td>
+ <td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}"><input type="submit" name="check" value="check" ></td>
+ <td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}"><input type="submit" name="repair" value="repair" ></td>
</tr>{{/foreach}}
</tbody>
</table>