mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Warn users that nosync option won't prevent it to be overwritten on carp slave members
This commit is contained in:
parent
a1fb7d61c4
commit
7271198050
@ -782,7 +782,7 @@ include("fbegin.inc"); ?>
|
||||
<td width="22%" valign="top" class="vncell"><?=gettext("No XMLRPC Sync"); ?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<input type="checkbox" value="yes" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
|
||||
<?=gettext("HINT: This prevents the rule from automatically syncing to other CARP members"); ?>.
|
||||
<?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -640,7 +640,7 @@ any)");?></td>
|
||||
<td width="22%" valign="top" class="vncell"><?=gettext("No XMLRPC Sync");?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<input value="yes" name="nosync" type="checkbox" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
|
||||
<?=gettext("HINT: This prevents the rule from automatically syncing to other CARP members.");?>
|
||||
<?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -1278,7 +1278,7 @@ $i--): ?>
|
||||
</div>
|
||||
<div id="shownoxmlrpcadv" <?php if (empty($pconfig['nosync'])) echo "style='display:none'"; ?>>
|
||||
<input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
|
||||
<?=gettext("Hint: This prevents the rule from automatically syncing to other CARP members.");?>
|
||||
<?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user