fix: use branded sidebar logo, gate help menu behind plugin, add instance pending/starting filters

This commit is contained in:
jialin
2026-07-13 13:59:13 +08:00
committed by jialin
parent cb380d676e
commit 35ed397c2a
4 changed files with 26 additions and 12 deletions
@@ -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)'
}
]
};