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

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

mercurial