chore: model access statement

This commit is contained in:
jialin
2025-10-13 15:21:17 +08:00
parent 663b6c7b4e
commit bb7c8e9c85
18 changed files with 976 additions and 357 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export const ActionList: ActionItem[] = [
icon: icons.ApiOutlined
},
{
label: 'Access Control',
label: 'Access Settings',
key: 'accessControl',
icon: icons.Private
},
+1
View File
@@ -24,6 +24,7 @@ export interface ListItem {
local_path?: string;
created_at: string;
updated_at: string;
public?: boolean;
gpu_selector?: {
gpu_ids: string[];
};