소스 검색

更新 config_add.ftl 中 appRepo 字段的长度限制

reghao 4 달 전
부모
커밋
fb8aa4069e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web/src/main/resources/templates/admin/devops/app/config_add.ftl

+ 2 - 2
web/src/main/resources/templates/admin/devops/app/config_add.ftl

@@ -57,13 +57,13 @@
                         <td>应用仓库</td>
                         <td>
                             <div class="form-group">
-                                <input type="text" class="form-control" name="appRepo" maxlength="64" placeholder="" required >
+                                <input type="text" class="form-control" name="appRepo" maxlength="255" placeholder="" required >
                             </div>
                         </td>
                         <td>仓库分支</td>
                         <td>
                             <div class="form-group">
-                                <input type="text" class="form-control" name="repoBranch" maxlength="64" placeholder="">
+                                <input type="text" class="form-control" name="repoBranch" maxlength="255" placeholder="">
                             </div>
                         </td>
                     </tr>