Rename 'WireGuard Clients' page to 'Clients'

This commit is contained in:
Ioannis Dressos 2023-10-22 15:37:57 +03:00 committed by GitHub
parent db872c4261
commit 0d562ffec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -120,7 +120,7 @@
<a href="{{.basePath}}/" class="nav-link {{if eq .baseData.Active ""}}active{{end}}">
<i class="nav-icon fas fa-user-secret"></i>
<p>
Wireguard Clients
Clients
</p>
</a>
</li>

View file

@ -1,5 +1,5 @@
{{define "title"}}
Wireguard Clients
Clients
{{end}}
{{define "top_css"}}
@ -17,13 +17,13 @@ Wireguard Clients
{{end}}
{{define "page_title"}}
Wireguard Clients
Clients
{{end}}
{{define "page_content"}}
<section class="content">
<div class="container-fluid">
<!-- <h5 class="mt-4 mb-2">Wireguard Clients</h5> -->
<!-- <h5 class="mt-4 mb-2">Clients</h5> -->
<div class="row" id="client-list">
</div>
<!-- /.row -->