mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Tweak wg template
This commit is contained in:
parent
78c4dff40b
commit
1b7169edd4
@ -1,7 +1,7 @@
|
|||||||
<!-- wireguard settings tab -->
|
<!-- wireguard settings tab -->
|
||||||
<div class="tab-pane active" id="wgsettings">
|
<div class="tab-pane active" id="wgsettings">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-lg-8">
|
||||||
<h4 class="mt-3"><?php echo _("Tunnel settings"); ?></h4>
|
<h4 class="mt-3"><?php echo _("Tunnel settings"); ?></h4>
|
||||||
<div class="col-lg-12 mt-2">
|
<div class="col-lg-12 mt-2">
|
||||||
<div class="row mt-3 mb-2">
|
<div class="row mt-3 mb-2">
|
||||||
@ -31,7 +31,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
|
||||||
<div class="form-group col-sm-12">
|
<div class="form-group">
|
||||||
<div class="custom-control custom-switch">
|
<div class="custom-control custom-switch">
|
||||||
<?php $checked = $optRules == 1 ? 'checked="checked"' : '' ?>
|
<?php $checked = $optRules == 1 ? 'checked="checked"' : '' ?>
|
||||||
<input class="custom-control-input" id="chxwgrules" name="wgRules" type="checkbox" value="1" <?php echo $checked ?> />
|
<input class="custom-control-input" id="chxwgrules" name="wgRules" type="checkbox" value="1" <?php echo $checked ?> />
|
||||||
|
Loading…
Reference in New Issue
Block a user