chore: instance state filter
This commit is contained in:
@@ -37,12 +37,12 @@ const LeftFilters: React.FC<LeftFiltersProps> = (props) => {
|
|||||||
label: 'Error',
|
label: 'Error',
|
||||||
value: 'error',
|
value: 'error',
|
||||||
color: 'var(--ant-color-error)'
|
color: 'var(--ant-color-error)'
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Provisioning',
|
|
||||||
value: 'provisioning',
|
|
||||||
color: 'var(--ant-blue-5)'
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// label: 'Provisioning',
|
||||||
|
// value: 'provisioning',
|
||||||
|
// color: 'var(--ant-blue-5)'
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
const intl = useIntl();
|
const intl = useIntl();
|
||||||
|
|||||||
Reference in New Issue
Block a user