|
Lines 14-22
Link Here
|
| 14 |
<option |
14 |
<option |
| 15 |
v-for="type in av_package_content_types" |
15 |
v-for="type in av_package_content_types" |
| 16 |
:key="type.authorised_values" |
16 |
:key="type.authorised_values" |
| 17 |
:value="type.authorised_value" |
17 |
:value="type.value" |
| 18 |
> |
18 |
> |
| 19 |
{{ type.lib }} |
19 |
{{ type.description }} |
| 20 |
</option> |
20 |
</option> |
| 21 |
</select> |
21 |
</select> |
| 22 |
{{ $__("Selection status") }}: |
22 |
{{ $__("Selection status") }}: |
| 23 |
- |
|
|