Browse Source

The class name with package name will be very long in large projects. It is recommended to increase the maximum length limit to 100(mysql t_escheduler_udfs.class_name is already varchar 255). (#892)

pull/2/head
gary 5 years ago committed by qiaozhanwei
parent
commit
6ff0d856b3
  1. 2
      escheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/function/_source/createUdf.vue

2
escheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/function/_source/createUdf.vue

@ -27,7 +27,7 @@
<template slot="content">
<x-input
type="input"
maxlength="40"
maxlength="100"
v-model="className"
:placeholder="$t('Please enter a Package name')">
</x-input>

Loading…
Cancel
Save