mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Show apply config button only when needed (#292)
This commit is contained in:
parent
6dd5590940
commit
9f20fe6c09
9 changed files with 144 additions and 7 deletions
|
@ -12,3 +12,9 @@ type BaseData struct {
|
|||
CurrentUser string
|
||||
Admin bool
|
||||
}
|
||||
|
||||
// ClientServerHashes struct, to save hashes to detect changes
|
||||
type ClientServerHashes struct {
|
||||
Client string `json:"client"`
|
||||
Server string `json:"server"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue