Skip to content

Commit

Permalink
[SPARKTA-405][WEB]: Change qa tag to output field type select
Browse files Browse the repository at this point in the history
  • Loading branch information
emgaitan-stratio committed Feb 18, 2016
1 parent 37452f8 commit 5dae471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/templates/components/c-output-field-list.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
data-ng-click="deleteInput($index)" data-ng-if="enableDelete" data-qa="{{qa}}-{{$index}}-remove"></i>
<label class="c-col c-col--12 c-label c-panel--x-small__title" data-qa="{{qa}}-{{$index}}">{{input.name}}</label>
<form-field-select select-class="c-combobox--full-width"
data-form="vm.form" data-st-name="output-field-{{input.name}}-type"
data-form="vm.form" data-st-name="policy-model-output-list-{{$index}}-type"
data-model="input.type"
data-options="outputTypes"
data-field="label"
data-label="{{'_TYPE_' | translate}}"
data-default-value="outputTypes[0].value"
data-help=""
data-required="true"
data-qa="output-field-{{input.name}}-type">
data-qa="policy-model-output-list-{{$index}}-type">
</form-field-select>
</span>
</div>
Expand Down

0 comments on commit 5dae471

Please sign in to comment.