feat: add schedule type ux

This commit is contained in:
jialin
2024-09-09 13:41:39 +08:00
parent 5c372bbaa3
commit dc4e83447d
21 changed files with 434 additions and 180 deletions
+1
View File
@@ -25,6 +25,7 @@ export interface FormData {
placement_strategy?: string;
partial_offload?: boolean;
worker_selector?: object;
scheduleType?: string;
name: string;
replicas: number;
description: string;