feat: add instance recreate action
This commit is contained in:
@@ -52,12 +52,24 @@ export const rowActionList = [
|
||||
locale: true,
|
||||
icon: React.createElement(IconFont, { type: 'icon-logs' })
|
||||
},
|
||||
{
|
||||
label: 'common.button.viewevent',
|
||||
key: 'viewevent',
|
||||
locale: true,
|
||||
icon: icons.ProfileOutlined
|
||||
},
|
||||
{
|
||||
label: 'common.button.edit',
|
||||
key: 'edit',
|
||||
locale: true,
|
||||
icon: icons.EditOutlined
|
||||
},
|
||||
{
|
||||
label: 'common.button.recreate',
|
||||
key: 'recreate',
|
||||
locale: true,
|
||||
icon: icons.RetweetOutlined
|
||||
},
|
||||
{
|
||||
label: 'common.button.delete',
|
||||
key: 'delete',
|
||||
|
||||
@@ -56,6 +56,7 @@ export interface InstanceStatus {
|
||||
}[];
|
||||
ports?: {
|
||||
port: number;
|
||||
name: string;
|
||||
nodePort?: number;
|
||||
protocol?: InstanceServicePortProtocol;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user