Compare commits

..

No commits in common. "f007d20a11cb1166c2da28c32b58154a57b77be3" and "f1192d6c0ba747568a79c3e7d046b74435942a6d" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -713,7 +713,6 @@ 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">Friendly Name</label>
<label for="_client_friendly_name" class="control-label">Name</label>
<input type="text" class="form-control" id="_client_friendly_name" name="_client_friendly_name">
</div>
<div class="form-group">