Skip to content

Commit

Permalink
Moved header section after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericStudent committed Aug 12, 2021
1 parent 49c82bf commit 46f0989
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@
))->setHelp("{$s(gettext('Configures which WireGuard tunnels are members of the WireGuard interface group.'))}<br />
<span class=\"text-danger\">{$s(gettext('Note:'))} </span> {$s(sprintf(gettext("Group firewall rules are evaluated before interface firewall rules. Default is '%s.'"), $interface_group_list['all']))}");

$form->add($section);

$section = new Form_Section(gettext('User Interface Settings'));

$section->addInput(new Form_Checkbox(
'hide_peers',
gettext('Hide Peers'),
Expand All @@ -225,10 +229,6 @@
))->setHelp("<span class=\"text-danger\">{$s(gettext('Note:'))} </span>
{$s(gettext("With 'Hide Peers' enabled (default), all peers for all tunnels will be hidden on Status page load."))}");

$form->add($section);

$section = new Form_Section(gettext('User Interface Settings'));

$section->addInput(new Form_Checkbox(
'hide_secrets',
gettext('Hide Secrets'),
Expand Down Expand Up @@ -291,4 +291,4 @@ function updateResolveInterval(state) {
<?php
include('wireguard/includes/wg_foot.inc');
include('foot.inc');
?>
?>

0 comments on commit 46f0989

Please sign in to comment.