Browse Source

fix bug_7564 (#7625)

3.0.0/version-upgrade
xiangzihao 3 years ago committed by GitHub
parent
commit
82db009781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue

@ -56,7 +56,7 @@
<el-input
type="input"
v-model="host"
maxlength="60"
maxlength="255"
size="small"
:placeholder="$t('Please enter IP')">
</el-input>

Loading…
Cancel
Save