mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix wrong label entity.type (#6157)
This commit is contained in:
parent
6d9b60adfb
commit
f596dbb1f5
@ -53,8 +53,7 @@
|
|||||||
v-for="(field, index) in fields"
|
v-for="(field, index) in fields"
|
||||||
:key="index"
|
:key="index"
|
||||||
:label="field.name==='keyword' ?
|
:label="field.name==='keyword' ?
|
||||||
('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) :
|
('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) : $t('label.' + field.name)">
|
||||||
(field.name==='entitytype' ? $t('label.entity.type') : $t('label.' + field.name))">
|
|
||||||
<a-select
|
<a-select
|
||||||
allowClear
|
allowClear
|
||||||
v-if="field.type==='list'"
|
v-if="field.type==='list'"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user