Commit df5b2ec1 authored by zhu-mingye's avatar zhu-mingye

op ClusterConfiguration page placeholder

parent 6cdc9fe2
...@@ -91,7 +91,7 @@ const ClusterConfigurationForm: React.FC<ClusterConfigurationFormProps> = (props ...@@ -91,7 +91,7 @@ const ClusterConfigurationForm: React.FC<ClusterConfigurationFormProps> = (props
rules={[{required: true, message: '请输入 hadoop 配置文件路径!'}]} rules={[{required: true, message: '请输入 hadoop 配置文件路径!'}]}
help="指定配置文件路径(末尾无/),需要包含以下文件:core-site.xml,hdfs-site.xml,yarn-site.xml" help="指定配置文件路径(末尾无/),需要包含以下文件:core-site.xml,hdfs-site.xml,yarn-site.xml"
> >
<Input placeholder="值如 /usr/local/dlink/conf"/> <Input placeholder="值如 /etc/hadoop/conf"/>
</Form.Item> </Form.Item>
<Divider orientation="left" plain>自定义配置(高优先级)</Divider> <Divider orientation="left" plain>自定义配置(高优先级)</Divider>
{buildConfig(HADOOP_CONFIG_LIST)} {buildConfig(HADOOP_CONFIG_LIST)}
...@@ -184,7 +184,7 @@ const ClusterConfigurationForm: React.FC<ClusterConfigurationFormProps> = (props ...@@ -184,7 +184,7 @@ const ClusterConfigurationForm: React.FC<ClusterConfigurationFormProps> = (props
rules={[{required: true, message: '请输入 flink-conf.yaml 路径!'}]} rules={[{required: true, message: '请输入 flink-conf.yaml 路径!'}]}
help="指定 flink-conf.yaml 的路径(末尾无/)" help="指定 flink-conf.yaml 的路径(末尾无/)"
> >
<Input placeholder="值如 /usr/local/dlink/conf"/> <Input placeholder="值如 /opt/module/flink/conf"/>
</Form.Item> </Form.Item>
<Divider orientation="left" plain>自定义配置(高优先级)</Divider> <Divider orientation="left" plain>自定义配置(高优先级)</Divider>
{buildConfig(FLINK_CONFIG_LIST)} {buildConfig(FLINK_CONFIG_LIST)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment