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"
|
||||
:key="index"
|
||||
:label="field.name==='keyword' ?
|
||||
('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) :
|
||||
(field.name==='entitytype' ? $t('label.entity.type') : $t('label.' + field.name))">
|
||||
('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) : $t('label.' + field.name)">
|
||||
<a-select
|
||||
allowClear
|
||||
v-if="field.type==='list'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user