mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 11:15:42 +00:00
Address tags incompatiblity introduced in 0.28.0-beta.2
From change (#2993)[https://github.com/juanfont/headscale/pull/2993]
This commit is contained in:
@@ -22,9 +22,7 @@ export interface Machine {
|
||||
| 'REGISTER_METHOD_CLI'
|
||||
| 'REGISTER_METHOD_OIDC';
|
||||
|
||||
forcedTags: string[];
|
||||
invalidTags: string[];
|
||||
validTags: string[];
|
||||
tags: string[];
|
||||
givenName: string;
|
||||
online: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user