mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
Routingm, gateways. what's in a name, discussed in https://github.com/opnsense/core/issues/2279 with @mimugmail
This commit is contained in:
parent
4cc7157d78
commit
2d3e6de0de
@ -553,11 +553,11 @@ $( document ).ready(function() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_defaultgw" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Default Gateway"); ?></td>
|
||||
<td><a id="help_for_defaultgw" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("WAN Gateway"); ?></td>
|
||||
<td>
|
||||
<input name="defaultgw" type="checkbox" value="yes" <?=!empty($pconfig['defaultgw']) ? "checked=\"checked\"" : "";?> />
|
||||
<div class="hidden" data-for="help_for_defaultgw">
|
||||
<?= gettext('This will select the above gateway as the default gateway.') ?>
|
||||
<?= gettext('This will select the above gateway as a default gateway candidate.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user