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

changeset 138
e2aa673dd473
parent 99
a369fb1b3aa2
child 152
7761c37c5e61
--- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Thu Oct 22 12:00:34 2020 +0200
+++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Thu Oct 22 13:03:26 2020 +0200
@@ -42,6 +42,10 @@
             <th><fmt:message key="name"/></th>
             <td><input name="name" type="text" maxlength="20" 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" required value="<c:out value="${project.node}"/>" /></td>
+        </tr>
         <tr>
             <th><fmt:message key="description"/></th>
             <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td>

mercurial