fix firewall widget:

IF -> Interface ("If" can be wrongly translated to a conditional ->
using interface will fix this)
Unlock the cell width: This will prevent Firefox to write over the cell
range.
This commit is contained in:
Fabian Franz 2017-03-05 11:39:27 +01:00
parent 1974000cec
commit e1110efacd

View File

@ -266,19 +266,12 @@ endforeach;
</form>
</div>
<table class="table table-striped" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;" summary="logs">
<colgroup>
<col style='width: 7%;' />
<col style='width: 23%;' />
<col style='width: 11%;' />
<col style='width: 28%;' />
<col style='width: 31%;' />
</colgroup>
<table class="table table-striped" width="100%" border="0" cellpadding="0" cellspacing="0" summary="logs">
<thead>
<tr>
<td class="listhdrr"><?=gettext("Act");?></td>
<td class="listhdrr"><?=gettext("Time");?></td>
<td class="listhdrr"><?=gettext("IF");?></td>
<td class="listhdrr"><?=gettext("Interface");?></td>
<td class="listhdrr"><?=gettext("Source");?></td>
<td class="listhdrr"><?=gettext("Destination");?></td>
</tr>