1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
raspap-webgui/templates/openvpn/configs.php
2021-02-06 08:18:27 +00:00

10 lines
248 B
PHP

<div class="tab-pane fade" id="openvpnconfigs">
<h4 class="mt-3"><?php echo _("Manage configs"); ?></h4>
<div class="row">
<div class="form-group col-md-8">
</div>
</div><!-- /.row -->
</div><!-- /.tab-pane | manage configs tab -->