Skip to content

Commit 151c043

Browse files
authored
Merge pull request #258 from grycap/devel
Minor change
2 parents 4fc76b0 + a9dd1cb commit 151c043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/addresource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h4 class="font-weight-bold text-primary">Add nodes to Inf: {{infid}}</h4>
3838
<tr>
3939
<td>{{ system.name }}</td>
4040
<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"/>
41+
<input type="number" class="form-control" id="{{system.name}}_num" name="{{system.name}}_num" value="0" aria-describedby="Numner of nodes to add"/>
4242
</td>
4343
</tr>
4444
{% endfor %}

0 commit comments

Comments
 (0)