mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2026-04-02 10:39:07 +00:00
Adjustment in the CSS to show/hide pause button
This commit is contained in:
@@ -166,7 +166,7 @@ func SetClientStatus() echo.HandlerFunc {
|
||||
|
||||
client.Enabled = status
|
||||
db.Write("clients", clientID, &client)
|
||||
log.Infof("Change client %s to status %b", client.ID, status)
|
||||
log.Infof("Changed client %s enabled status to %v", client.ID, status)
|
||||
|
||||
return c.JSON(http.StatusOK, jsonHTTPResponse{true, "ok"})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user