feat: redo machine tagging system
This commit is contained in:
parent
d1f395acfd
commit
08ee0eff42
13 changed files with 379 additions and 274 deletions
|
|
@ -10,7 +10,7 @@ export interface Machine {
|
|||
|
||||
user: User;
|
||||
lastSeen: string;
|
||||
expiry: string;
|
||||
expiry: string | null;
|
||||
|
||||
preAuthKey?: unknown; // TODO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue