mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
12 lines
246 B
PHP
12 lines
246 B
PHP
|
<!-- wireguard peers tab -->
|
||
|
<div class="tab-pane fade" id="wgpeers">
|
||
|
<div class="row">
|
||
|
<div class="col-md-6">
|
||
|
<h4 class="mt-3"><?php echo _("Peers"); ?></h4>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div><!-- /.row -->
|
||
|
</div><!-- /.tab-pane | peers tab -->
|
||
|
|