We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fc76b0 + a9dd1cb commit 151c043Copy full SHA for 151c043
1 file changed
app/templates/addresource.html
@@ -38,7 +38,7 @@ <h4 class="font-weight-bold text-primary">Add nodes to Inf: {{infid}}</h4>
38
<tr>
39
<td>{{ system.name }}</td>
40
<td>
41
- <input type="text" class="form-control" id="{{system.name}}_num" name="{{system.name}}_num" value="0" aria-describedby="Numner of nodes to add"/>
+ <input type="number" class="form-control" id="{{system.name}}_num" name="{{system.name}}_num" value="0" aria-describedby="Numner of nodes to add"/>
42
</td>
43
</tr>
44
{% endfor %}
0 commit comments