Initial template setup

This commit is contained in:
billz
2020-04-22 10:02:07 +01:00
parent 7c7b8941cb
commit 292a4ed1be
4 changed files with 75 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<!-- wireguard logging tab -->
<div class="tab-pane fade" id="wglogging">
<div class="row">
<div class="col-md-6">
<h4 class="mt-3"><?php echo _("Logging"); ?></h4>
</div>
</div><!-- /.row -->
</div><!-- /.tab-pane | logging tab -->