yocto_console_view: Tidy up release selector format

We just want a selector box which isn't editable so tweak the code
to achieve this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-07-05 14:18:23 +01:00
parent c6f1133ef8
commit 9ddf0f5613
2 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,3 @@ basefield
| {{field.label}}
.col-sm-10
select.form-control(ng-model="field.value", ng-options="v for v in field.choices")
input.select-editable.form-control(type='text', ng-model="field.value")

File diff suppressed because one or more lines are too long