mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
firewall: tweak previous changes, '[+]' ASCII art will be confusing
Expand / join the descriptive text and explain floating rules a bit more.
This commit is contained in:
parent
8f243538ad
commit
0cd0c89575
@ -627,13 +627,14 @@ $( document ).ready(function() {
|
||||
<tr>
|
||||
<td colspan="11" align="center" valign="middle">
|
||||
<span class="text-muted">
|
||||
<?php if ($selected_if == "FloatingRules"): ?>
|
||||
<?=gettext("No floating rules are currently defined."); ?><br /><br />
|
||||
<?php if ($selected_if == 'FloatingRules'): ?>
|
||||
<?= gettext('No floating rules are currently defined. Floating rules are not ' .
|
||||
'not bound to a single interface and can therefor be used to span ' .
|
||||
'policies over mupltiple networks at the same time.'); ?>
|
||||
<?php else: ?>
|
||||
<?=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 />
|
||||
<?= gettext('No interfaces rules are currently defined. All incoming connections ' .
|
||||
'on this interface will be blocked until you add a pass rule.') ?>
|
||||
<?php endif; ?>
|
||||
<?= sprintf(gettext("Click the %s button to add a new rule."), '[+]')?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user