chore: default cluster by state

This commit is contained in:
jialin
2025-10-22 12:13:01 +08:00
parent 818c4fc9a2
commit ab93c53092
5 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export interface CredentialFormData {
id?: number;
}
export type ClusterStatusType = 0 | 1 | 3;
export type ClusterStatusType = 'provisioning' | 'provisioned' | 'ready';
export interface CredentialListItem {
id: number;