feat: add model access control
This commit is contained in:
@@ -61,6 +61,11 @@ export const ActionList: ActionItem[] = [
|
||||
key: 'api',
|
||||
icon: icons.ApiOutlined
|
||||
},
|
||||
{
|
||||
label: 'Access Control',
|
||||
key: 'accessControl',
|
||||
icon: icons.Private
|
||||
},
|
||||
{
|
||||
label: 'common.button.stop',
|
||||
key: 'stop',
|
||||
|
||||
Reference in New Issue
Block a user