|
|
|
@ -35,7 +35,7 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => {
|
|
|
|
|
<ModalForm<API.BusinessImage>
|
|
|
|
|
width={proFormModelWidth}
|
|
|
|
|
title={intl.formatMessage({
|
|
|
|
|
id: 'resource.business_image.table.list.update',
|
|
|
|
|
id: 'resource.server_status.table.list.editor',
|
|
|
|
|
defaultMessage: '$$$',
|
|
|
|
|
})}
|
|
|
|
|
open={props.updateModalOpen}
|
|
|
|
@ -60,7 +60,13 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => {
|
|
|
|
|
return true;
|
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
<FormattedMessage id="resource.server_status.table.list.parameter" defaultMessage="$$$" />
|
|
|
|
|
<span style={{
|
|
|
|
|
display: 'inline-block',
|
|
|
|
|
fontWeight: 600,
|
|
|
|
|
marginBottom: 12
|
|
|
|
|
}}>
|
|
|
|
|
<FormattedMessage id="resource.server_status.table.list.parameter" defaultMessage="$$$" />
|
|
|
|
|
</span>
|
|
|
|
|
<ProForm.Group>
|
|
|
|
|
<ProFormText
|
|
|
|
|
width={proFormItemStyleProps.column2Width}
|
|
|
|
|