fix: update the search label in the extra spec

1. update the search label in the extra spec tab in the volume type detail page
2. update the search label in the extra spec tab in the Qos spec detail page

Change-Id: I50e7d1882c83563dd303a43951f08e288f991c17
This commit is contained in:
zhangjingwei 2023-11-17 17:40:22 +08:00
parent 968e2cf577
commit 21ac632a43
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ export class ExtraSpecs extends Base {
get searchFilters() {
return [
{
label: t('Key'),
label: t('Parameter'),
name: 'keyname',
},
];

View File

@ -48,7 +48,7 @@ export class ExtraSpecs extends Base {
get searchFilters() {
return [
{
label: t('Key'),
label: t('Parameter'),
name: 'keyname',
},
];