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:
parent
968e2cf577
commit
21ac632a43
@ -48,7 +48,7 @@ export class ExtraSpecs extends Base {
|
||||
get searchFilters() {
|
||||
return [
|
||||
{
|
||||
label: t('Key'),
|
||||
label: t('Parameter'),
|
||||
name: 'keyname',
|
||||
},
|
||||
];
|
||||
|
@ -48,7 +48,7 @@ export class ExtraSpecs extends Base {
|
||||
get searchFilters() {
|
||||
return [
|
||||
{
|
||||
label: t('Key'),
|
||||
label: t('Parameter'),
|
||||
name: 'keyname',
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user