change field type

change field type of parse parameter
from input to textarea because it tends to be long.

Change-Id: Ia723a28e5e5b65c1284e43e732371776f6d78fca
This commit is contained in:
Hiroyuki Eguchi 2017-03-13 09:21:32 +09:00
parent 9b0f08ab31
commit ed6b4cc02b
1 changed files with 4 additions and 3 deletions

View File

@ -44,9 +44,10 @@
<translate>Params</translate>
<span class="hz-icon-required fa fa-asterisk"></span>
</label>
<input name="dataset-params" type="text" class="form-control" id="dataset-params"
ng-model="model.newDatasetSpec.params"
placeholder="{$ 'Parameters when parsing dataset.'|translate $}">
<textarea name="dataset-params" class="form-control" id="dataset-params"
ng-model="model.newDatasetSpec.params"
placeholder="{$ 'Parameters when parsing dataset.'|translate $}">
</textarea>
</div>
</div>
</div>