fix: catalog hidden fields
This commit is contained in:
@@ -103,6 +103,7 @@ export const templateActions = [
|
||||
label: 'common.button.delete',
|
||||
key: 'delete',
|
||||
locale: true,
|
||||
access: 'canSeeAdmin',
|
||||
icon: icons.DeleteOutlined,
|
||||
danger: true
|
||||
}
|
||||
|
||||
@@ -59,6 +59,7 @@ const GPUServiceTemplateForm: React.FC<TemplateFormProps> = forwardRef(
|
||||
form={form}
|
||||
onFinish={handleFinish}
|
||||
preserve={false}
|
||||
scrollToFirstError
|
||||
initialValues={{
|
||||
spec: {
|
||||
imagePullPolicy: DefaultImagePullPolicy,
|
||||
|
||||
Reference in New Issue
Block a user