mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +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>
|
||||
</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'>
|
||||
END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user