mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
(firewall) unhide bottom row for https://github.com/opnsense/core/issues/1173
This commit is contained in:
parent
e98569bbec
commit
9503d722d9
@ -633,12 +633,13 @@ $( document ).ready(function() {
|
||||
<?=gettext("No rules are currently defined for this interface"); ?><br />
|
||||
<?=gettext("All incoming connections on this interface will be blocked until you add pass rules."); ?><br /><br />
|
||||
<?php endif; ?>
|
||||
<?= sprintf(gettext("Click the %s button to add a new rule."),
|
||||
'<a href="firewall_rules_edit.php?if='.$selected_if.'" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>')
|
||||
?></span>
|
||||
<?= sprintf(gettext("Click the %s button to add a new rule."),
|
||||
'<a href="firewall_rules_edit.php?if='.$selected_if.'" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>')
|
||||
?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<?php else: ?>
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<select class="selectpicker" data-live-search="true" data-size="5" multiple placeholder="<?=gettext("select category");?>" id="fw_category">
|
||||
@ -669,7 +670,6 @@ $( document ).ready(function() {
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user