chore: model access statement
This commit is contained in:
@@ -62,7 +62,7 @@ export const ActionList: ActionItem[] = [
|
||||
icon: icons.ApiOutlined
|
||||
},
|
||||
{
|
||||
label: 'Access Control',
|
||||
label: 'Access Settings',
|
||||
key: 'accessControl',
|
||||
icon: icons.Private
|
||||
},
|
||||
|
||||
@@ -24,6 +24,7 @@ export interface ListItem {
|
||||
local_path?: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
public?: boolean;
|
||||
gpu_selector?: {
|
||||
gpu_ids: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user