Minor style correction

This commit is contained in:
bergware
2018-08-25 13:35:09 +02:00
parent 1e9b644d9f
commit 371364a045

View File

@@ -183,7 +183,7 @@ $(function(){
<?if ($dockerd):?>
<form name="ct">
<input type="hidden" name="names" id="names-ct" value="">
<table class='tablesorter' style='width:auto'>
<table class='tablesorter <?=$libvirtd?'':'shift'?>' style='width:auto'>
<thead><tr><th><i class="fa fa-list"></i> Container</th><?create()?></tr></thead>
<tbody id="table-ct"><?=$spinner?></tbody>
</table>