mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-15 15:21:14 +00:00
implement checkall checkbox (#372)
This commit is contained in:
@@ -120,8 +120,9 @@ export function freshPeer() {
|
||||
Overridable: true,
|
||||
},
|
||||
|
||||
// Internal value
|
||||
IgnoreGlobalSettings: false
|
||||
// Internal values
|
||||
IgnoreGlobalSettings: false,
|
||||
IsSelected: false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,7 +149,10 @@ export function freshUser() {
|
||||
|
||||
ApiEnabled: false,
|
||||
|
||||
PeerCount: 0
|
||||
PeerCount: 0,
|
||||
|
||||
// Internal values
|
||||
IsSelected: false
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user