mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-09 08:27:47 +08:00
迭代V2.5, 修复broker监控问题,增加JMX认证支持等...
This commit is contained in:
@@ -130,6 +130,8 @@ class XForm extends React.Component<IXFormProps> {
|
||||
this.renderFormItem(formItem),
|
||||
)}
|
||||
{formItem.renderExtraElement ? formItem.renderExtraElement() : null}
|
||||
{/* 添加保存时间提示文案 */}
|
||||
{formItem.attrs?.prompttype ? <span style={{ color: "#cccccc", fontSize: '12px', lineHeight: '20px', display: 'block' }}>{formItem.attrs.prompttype}</span> : null}
|
||||
</Form.Item>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user