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:
parent
a34b2e27ee
commit
6c7082966a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user