Loading modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/k8s/namespace.ts +2 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,8 @@ const K8S_NAMESPACE_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'CAUTION: The role "{{name}}" is also going to be deleted.' } ] ], submitButtonLabel: 'Delete' } ] Loading modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/k8s/other.ts +2 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,8 @@ const K8S_OTHER_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'Are you sure you want to delete the {{name}} {{entityName}}?' }, ] ], submitButtonLabel: 'Delete' } ] Loading modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/openstack/image.ts +2 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,8 @@ const OPENSTACK_IMAGE_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'Are you sure you want to delete the {{name}} {{entityName}}?' }, ] ], submitButtonLabel: 'Delete' } ] Loading modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/vmware/vm.ts +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ const VMWARE_VM_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'Are you sure you want to delete the "{{name}}" VM?' } ] ], submitButtonLabel: 'Delete' } ] Loading modules/cloud_dashboard/cloud_dashboard/src/model/EntityFormTemplate.ts +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ type EntityFormTemplate = { entityName: string, actionType: string, entityRecords: EntityFormRecord[], submitButtonLabel?: string, } export default EntityFormTemplate; Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/k8s/namespace.ts +2 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,8 @@ const K8S_NAMESPACE_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'CAUTION: The role "{{name}}" is also going to be deleted.' } ] ], submitButtonLabel: 'Delete' } ] Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/k8s/other.ts +2 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,8 @@ const K8S_OTHER_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'Are you sure you want to delete the {{name}} {{entityName}}?' }, ] ], submitButtonLabel: 'Delete' } ] Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/openstack/image.ts +2 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,8 @@ const OPENSTACK_IMAGE_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'Are you sure you want to delete the {{name}} {{entityName}}?' }, ] ], submitButtonLabel: 'Delete' } ] Loading
modules/cloud_dashboard/cloud_dashboard/src/constant/form_template/vmware/vm.ts +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ const VMWARE_VM_TEMPLATE: EntityFormTemplate[] = [ type: 'label', text: 'Are you sure you want to delete the "{{name}}" VM?' } ] ], submitButtonLabel: 'Delete' } ] Loading
modules/cloud_dashboard/cloud_dashboard/src/model/EntityFormTemplate.ts +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ type EntityFormTemplate = { entityName: string, actionType: string, entityRecords: EntityFormRecord[], submitButtonLabel?: string, } export default EntityFormTemplate;