mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-24 02:55:46 +00:00
changed group keys to have string arrays
This commit is contained in:
parent
42e117deb1
commit
60697dcc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export class Device {
|
|||
}
|
||||
|
||||
export class ACL {
|
||||
public groups: {[key: string]: string} = {}
|
||||
public groups: {[key: string]: [string]} = {}
|
||||
|
||||
public constructor(init?: Partial<Route>) {
|
||||
Object.assign(this, init);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue