fix: Add filter status in volume
Add maintenance in volume filter Change-Id: Icb921bd49f6b6ff47159cc8743a8cb23325cf0b5
This commit is contained in:
parent
53f398b8c6
commit
18070b722a
@ -189,7 +189,7 @@ export const volumeFilters = [
|
|||||||
{
|
{
|
||||||
label: t('Status'),
|
label: t('Status'),
|
||||||
name: 'status',
|
name: 'status',
|
||||||
options: ['available', 'in-use', 'error'].map((it) => ({
|
options: ['available', 'in-use', 'error', 'maintenance'].map((it) => ({
|
||||||
key: it,
|
key: it,
|
||||||
label: volumeStatus[it],
|
label: volumeStatus[it],
|
||||||
})),
|
})),
|
||||||
|
Loading…
Reference in New Issue
Block a user