Compare commits
3 Commits
f1192d6c0b
...
f007d20a11
| Author | SHA1 | Date |
|---|---|---|
|
|
f007d20a11 | |
|
|
1a93d6c2b8 | |
|
|
4bc95564ce |
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Prepare image tags
|
- name: Prepare image tags
|
||||||
id: image-tags
|
id: image-tags
|
||||||
run: |
|
run: |
|
||||||
base=ngoduykhanh/wireguard-ui
|
base=kadet77rus/wireguard-ui
|
||||||
app_version=dev
|
app_version=dev
|
||||||
|
|
||||||
## Set git tag as image tag
|
## Set git tag as image tag
|
||||||
|
|
|
||||||
|
|
@ -713,6 +713,7 @@ func UpdateClient(db store.IStore) echo.HandlerFunc {
|
||||||
|
|
||||||
// map new data
|
// map new data
|
||||||
client.Name = _client.Name
|
client.Name = _client.Name
|
||||||
|
client.FriendlyName = _client.FriendlyName
|
||||||
client.Email = _client.Email
|
client.Email = _client.Email
|
||||||
client.TgUserid = _client.TgUserid
|
client.TgUserid = _client.TgUserid
|
||||||
client.Enabled = _client.Enabled
|
client.Enabled = _client.Enabled
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ Wireguard Clients
|
||||||
<input type="text" class="form-control" id="_client_name" name="_client_name">
|
<input type="text" class="form-control" id="_client_name" name="_client_name">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<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">
|
<input type="text" class="form-control" id="_client_friendly_name" name="_client_friendly_name">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue