feat: update qos spec column for volume type

1. update qos spec column for the volume typs list page, then the download file can contain the qos spec id.
2. update the label for the qos spec id search.

Change-Id: I4e167cfbb3e29773ef6bdd56b84e5c883bf53920
This commit is contained in:
zhangjingwei 2024-04-01 14:47:32 +08:00
parent 4cc407f740
commit ae3cfafb5c
6 changed files with 12 additions and 7 deletions

View File

@ -174,7 +174,8 @@
"Associate Floating IP": "Associate Floating IP",
"Associate IP": "Associate IP",
"Associate Network": "Associate Network",
"Associated QoS Spec": "Associated QoS Spec",
"Associated QoS Spec ID": "Associated QoS Spec ID",
"Associated QoS Spec ID/Name": "Associated QoS Spec ID/Name",
"Associated Resource": "Associated Resource",
"Associated Resource Types": "Associated Resource Types",
"Associated Resources": "Associated Resources",

View File

@ -174,7 +174,8 @@
"Associate Floating IP": "유동 IP 연결",
"Associate IP": "IP 연결",
"Associate Network": "네트워크 연결",
"Associated QoS Spec": "연결된 QoS 스펙",
"Associated QoS Spec ID": "관련 QoS 사양 ID",
"Associated QoS Spec ID/Name": "관련 QoS 사양 ID/이름",
"Associated Resource": "연결된 리소스",
"Associated Resource Types": "연결된 리소스 유형",
"Associated Resources": "연결된 리소스",

View File

@ -174,7 +174,8 @@
"Associate Floating IP": "Ассоциировать плавающий IP",
"Associate IP": "Ассоциировать IP",
"Associate Network": "Ассоциировать сеть",
"Associated QoS Spec": "Связанный QoS-спецификации",
"Associated QoS Spec ID": "Идентификатор связанной спецификации QoS",
"Associated QoS Spec ID/Name": "Идентификатор/имя связанной спецификации QoS",
"Associated Resource": "Связанный ресурс",
"Associated Resource Types": "Типы связанных ресурсов",
"Associated Resources": "Связанные ресурсы",

View File

@ -174,7 +174,8 @@
"Associate Floating IP": "Değişken IP İlişkilendir",
"Associate IP": "IP İlişkilendir",
"Associate Network": "Ağ İlişkilendir",
"Associated QoS Spec": "QoS Özelliklerini İlişkilendir",
"Associated QoS Spec ID": "İlişkili QoS Spesifikasyon Kimliği",
"Associated QoS Spec ID/Name": "İlişkili QoS Spesifikasyon Kimliği/Adı",
"Associated Resource": "İlişkilendirilmiş Kaynak",
"Associated Resource Types": "İlişkilendirilmiş Kaynak Türleri",
"Associated Resources": "İlişkilendirilmiş Kaynaklar",

View File

@ -174,7 +174,8 @@
"Associate Floating IP": "绑定浮动IP",
"Associate IP": "关联IP",
"Associate Network": "关联网络",
"Associated QoS Spec": "关联QoS规格",
"Associated QoS Spec ID": "关联QoS规格ID",
"Associated QoS Spec ID/Name": "关联QoS规格ID/名称",
"Associated Resource": "关联资源",
"Associated Resource Types": "关联资源类型",
"Associated Resources": "关联资源",

View File

@ -79,7 +79,7 @@ export class VolumeType extends Base {
valueRender: 'noValue',
},
{
title: t('Associated QoS Spec'),
title: t('Associated QoS Spec ID/Name'),
dataIndex: 'qos_specs_name',
isLink: true,
routeName: 'volumeTypeQosDetailAdmin',
@ -112,7 +112,7 @@ export class VolumeType extends Base {
name: 'name',
},
{
label: t('Associated QoS Spec'),
label: t('Associated QoS Spec ID'),
name: 'qos_specs_id',
},
];