feat: add resource for first login
This commit is contained in:
@@ -27,4 +27,11 @@ export const clusterListAtom = atom<
|
||||
}[]
|
||||
>([]);
|
||||
|
||||
export const workerListAtom = atom<
|
||||
{
|
||||
label: string;
|
||||
value: number;
|
||||
}[]
|
||||
>([]);
|
||||
|
||||
export const backendOptionsAtom = atom<BackendOption[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user