| | |
| | | <table class="table"> |
| | | <thead class="dark form-group-sm"> |
| | | <tr> |
| | | <th><tmpl_var name="veid_txt"></th> |
| | | <th class="tiny-col"><tmpl_var name="active_txt"></th> |
| | | <th><tmpl_var name="server_id_txt"></th> |
| | | <th><tmpl_var name="ostemplate_id_txt"></th> |
| | | <th><tmpl_var name="template_id_txt"></th> |
| | | <th><tmpl_var name="hostname_txt"></th> |
| | | <th><tmpl_var name="ip_address_txt"></th> |
| | | <th data-column="veid"><tmpl_var name="veid_txt"></th> |
| | | <th class="tiny-col" data-column="active"><tmpl_var name="active_txt"></th> |
| | | <th data-column="server_id"><tmpl_var name="server_id_txt"></th> |
| | | <th data-column="ostemplate_id"><tmpl_var name="ostemplate_id_txt"></th> |
| | | <th data-column="template_id"><tmpl_var name="template_id_txt"></th> |
| | | <th data-column="hostname"><tmpl_var name="hostname_txt"></th> |
| | | <th data-column="ip_address"><tmpl_var name="ip_address_txt"></th> |
| | | <th class="small-col text-right">{tmpl_var name='search_limit'}</th> |
| | | </tr> |
| | | <tr> |
| | |
| | | <td><input class="form-control" type="text" name="search_hostname" value="{tmpl_var name='search_hostname'}" /></td> |
| | | <td><input class="form-control" type="text" name="search_ip_address" value="{tmpl_var name='search_ip_address'}" /></td> |
| | | <td class="text-right"> |
| | | <button type="button" class="btn btn-default formbutton-default formbutton-narrow" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onclick="submitForm('pageForm','vm/openvz_vm_list.php');"><span class="icon icon-filter"></span></button> |
| | | <button type="button" class="btn btn-default formbutton-default formbutton-narrow" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" data-submit-form="pageForm" data-form-action="vm/openvz_vm_list.php"><span class="icon icon-filter"></span></button> |
| | | </td> |
| | | </tr> |
| | | </thead> |