1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-29 21:47:02 +03:00

Feature #3028: Set maxlength for pci inputs

This commit is contained in:
Carlos Martín 2015-08-27 13:03:38 +02:00
parent a34b2e27ee
commit 6c7082966a

View File

@ -1,12 +1,12 @@
<tr>
<td>
<input type="text" wizard_field="VENDOR" value="{{vendor}}">
<input type="text" maxlength="4" wizard_field="VENDOR" value="{{vendor}}">
</td>
<td>
<input type="text" wizard_field="DEVICE" value="{{device}}">
<input type="text" maxlength="4" wizard_field="DEVICE" value="{{device}}">
</td>
<td>
<input type="text" wizard_field="CLASS" value="{{class}}">
<input type="text" maxlength="4" wizard_field="CLASS" value="{{class}}">
</td>
<td>
<a href="#"><i class="fa fa-times-circle remove-tab"></i></a>