feat: add instance recreate action
This commit is contained in:
@@ -98,12 +98,12 @@ export const ReClaimPolicyOptions = [
|
||||
];
|
||||
|
||||
export const rowActionList = [
|
||||
{
|
||||
label: 'common.button.edit',
|
||||
key: 'edit',
|
||||
locale: true,
|
||||
icon: icons.EditOutlined
|
||||
},
|
||||
// {
|
||||
// label: 'common.button.edit',
|
||||
// key: 'edit',
|
||||
// locale: true,
|
||||
// icon: icons.EditOutlined
|
||||
// },
|
||||
{
|
||||
label: 'common.button.delete',
|
||||
key: 'delete',
|
||||
|
||||
@@ -44,6 +44,7 @@ export interface ListItem {
|
||||
accessMode: AccessModeType;
|
||||
};
|
||||
status: {
|
||||
phaseMessage?: string;
|
||||
phase: 'Available' | 'Unavailable' | 'Pending';
|
||||
volume: {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user