mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Firewall: fixed padding-right of lastrule table in ruleoverview
This commit is contained in:
committed by
Michael Tremer
parent
585df65af1
commit
ec56a5393f
@@ -2716,7 +2716,7 @@ END
|
|||||||
<td colspan='13'> </td>
|
<td colspan='13'> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='13' style="padding-left:0px;">
|
<td colspan='13' style="padding-left:0px;padding-right:0px">
|
||||||
<table width="100%" border='1' rules="cols" cellspacing='0'>
|
<table width="100%" border='1' rules="cols" cellspacing='0'>
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user