mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
firewall: do not hide associated rule settings from no-rdr #1585
This commit is contained in:
parent
6d443755f0
commit
6eda8aec2f
@ -993,7 +993,7 @@ $( document ).ready(function() {
|
||||
</td>
|
||||
</tr>
|
||||
<?php if (isset($id) && (!isset($_GET['dup']) || !is_numericint($_GET['dup']))): ?>
|
||||
<tr class="act_no_rdr">
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Filter rule association"); ?></td>
|
||||
<td>
|
||||
<select name="associated-rule-id" class="selectpicker" >
|
||||
@ -1023,7 +1023,7 @@ $( document ).ready(function() {
|
||||
</tr>
|
||||
<?php elseif (!isset($id) || (isset($_GET['dup']) && is_numericint($_GET['dup']))) :
|
||||
?>
|
||||
<tr class="act_no_rdr">
|
||||
<tr>
|
||||
<td><a id="help_for_fra" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Filter rule association"); ?></td>
|
||||
<td>
|
||||
<select name="filter-rule-association">
|
||||
@ -1069,10 +1069,6 @@ $( document ).ready(function() {
|
||||
<?php endif;
|
||||
endif;
|
||||
?>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user