mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Tweak wg template
This commit is contained in:
parent
78c4dff40b
commit
1b7169edd4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!-- wireguard settings tab -->
|
||||
<div class="tab-pane active" id="wgsettings">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="col-lg-8">
|
||||
<h4 class="mt-3"><?php echo _("Tunnel settings"); ?></h4>
|
||||
<div class="col-lg-12 mt-2">
|
||||
<div class="row mt-3 mb-2">
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div class="panel-body">
|
||||
|
||||
<div class="form-group col-sm-12">
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-switch">
|
||||
<?php $checked = $optRules == 1 ? 'checked="checked"' : '' ?>
|
||||
<input class="custom-control-input" id="chxwgrules" name="wgRules" type="checkbox" value="1" <?php echo $checked ?> />
|
||||
|
|
Loading…
Reference in a new issue