replace with textarea
This commit is contained in:
parent
f83d13c588
commit
bdfdb0dd76
2 changed files with 4 additions and 2 deletions
|
@ -103,7 +103,8 @@
|
|||
key="labels.config_parameter" /></label>
|
||||
<div class="col-sm-9">
|
||||
<la:errors property="configParameter" />
|
||||
<la:text property="configParameter" styleClass="form-control" />
|
||||
<la:textarea property="configParameter"
|
||||
styleClass="form-control" rows="5" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
|
@ -103,7 +103,8 @@
|
|||
key="labels.config_parameter" /></label>
|
||||
<div class="col-sm-9">
|
||||
<la:errors property="configParameter" />
|
||||
<la:text property="configParameter" styleClass="form-control" />
|
||||
<la:textarea property="configParameter"
|
||||
styleClass="form-control" rows="5" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Reference in a new issue