diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_hubloc.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index a9f250652..6e7629094 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -14,6 +14,9 @@ {{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" > + <input type="submit" name="repair" value="repair" ></td> </tr>{{/foreach}} </tbody> </table> |