1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed lab header colors

This commit is contained in:
Fedor Katurov 2022-03-24 19:12:43 +07:00
parent 26a061026f
commit 61326f237f
8 changed files with 63 additions and 18 deletions

View file

@ -22,6 +22,7 @@ export type ILabState = Readonly<{
export enum LabNodesSort {
New = 'new',
Hot = 'hot',
Heroic = 'heroic',
}
export type GetLabNodesRequest = {