Compare commits

...

3 Commits

Author SHA1 Message Date
kadet77rus f007d20a11 revert to my dockerhub 2025-06-10 16:58:49 +03:00
kadet77rus 1a93d6c2b8 fix friendly name 2025-06-10 16:56:03 +03:00
kadet77rus 4bc95564ce fix 2025-06-10 16:35:12 +03:00
3 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Prepare image tags
id: image-tags
run: |
base=ngoduykhanh/wireguard-ui
base=kadet77rus/wireguard-ui
app_version=dev
## Set git tag as image tag

View File

@ -713,6 +713,7 @@ func UpdateClient(db store.IStore) echo.HandlerFunc {
// map new data
client.Name = _client.Name
client.FriendlyName = _client.FriendlyName
client.Email = _client.Email
client.TgUserid = _client.TgUserid
client.Enabled = _client.Enabled

View File

@ -126,7 +126,7 @@ Wireguard Clients
<input type="text" class="form-control" id="_client_name" name="_client_name">
</div>
<div class="form-group">
<label for="_client_friendly_name" class="control-label">Name</label>
<label for="_client_friendly_name" class="control-label">Friendly Name</label>
<input type="text" class="form-control" id="_client_friendly_name" name="_client_friendly_name">
</div>
<div class="form-group">