diff --git a/src/resources/volume.jsx b/src/resources/volume.jsx index caf1e74a..34678cd9 100644 --- a/src/resources/volume.jsx +++ b/src/resources/volume.jsx @@ -189,7 +189,7 @@ export const volumeFilters = [ { label: t('Status'), name: 'status', - options: ['available', 'in-use', 'error'].map((it) => ({ + options: ['available', 'in-use', 'error', 'maintenance'].map((it) => ({ key: it, label: volumeStatus[it], })),