diff options
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/results.html')
-rw-r--r-- | src/lib/Server/Hostbase/hostbase/webtemplates/results.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html index 3db1a8c9b..f5e98c804 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html @@ -19,6 +19,7 @@ <col width="200"> <col width="75"> <col width="50"> + <col width="50"> <col width="*"> <tr> <td><b>hostname</b></td> <td> <b>status</b> </td> @@ -32,6 +33,7 @@ {% endif %} <td> <a href="{{ host.1 }}">view</a> </td> <td> <a href="{{ host.1 }}/edit">edit</a> </td> + <td> <a href="{{ host.1 }}/remove">remove</a> </td> </tr> {% endfor %} </table> |