src/main/webapp/WEB-INF/jsp/project-form.jsp

changeset 187
0bf35031a918
parent 184
e8eecee6aadf
child 284
671c1c8fbf1c
--- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sun Apr 04 13:03:41 2021 +0200
+++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Mon Apr 05 17:56:46 2021 +0200
@@ -40,11 +40,11 @@
         <tbody>
         <tr>
             <th><fmt:message key="project.name"/></th>
-            <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td>
+            <td><input name="name" type="text" maxlength="50" required value="<c:out value="${project.name}"/>" /></td>
         </tr>
         <tr title="<fmt:message key="node.tooltip"/>">
             <th><fmt:message key="node"/></th>
-            <td><input name="node" type="text" maxlength="20" value="<c:out value="${project.node}"/>" /></td>
+            <td><input name="node" type="text" maxlength="50" value="<c:out value="${project.node}"/>" /></td>
         </tr>
         <tr>
             <th><fmt:message key="description"/></th>

mercurial