refactor: models list table columns from props

This commit is contained in:
jialin
2025-02-19 15:17:17 +08:00
parent a9006f2954
commit 9e0634f449
12 changed files with 372 additions and 345 deletions
+2
View File
@@ -60,6 +60,8 @@ export interface FormData {
}
export interface ModelInstanceListItem {
backend?: string;
backend_version?: string;
source: string;
huggingface_repo_id: string;
huggingface_filename: string;