mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
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:
parent
1974000cec
commit
e1110efacd
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user