fix: use branded sidebar logo, gate help menu behind plugin, add instance pending/starting filters
This commit is contained in:
@@ -31,6 +31,16 @@ const filterOptions = {
|
||||
label: 'Error',
|
||||
value: 'error',
|
||||
color: 'var(--ant-color-error)'
|
||||
},
|
||||
{
|
||||
label: 'Pending',
|
||||
value: 'pending',
|
||||
color: 'var(--ant-color-info)'
|
||||
},
|
||||
{
|
||||
label: 'Starting',
|
||||
value: 'starting',
|
||||
color: 'var(--ant-color-info)'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user