refactor: table filters ux

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 144914110a
commit a2b0236ea3
23 changed files with 700 additions and 396 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ const InstanceView = forwardRef((props, ref) => {
});
return (
<>
<div style={{ padding: 24 }}>
<PageBox>
<FilterBar
showSelect={false}
@@ -186,7 +186,7 @@ const InstanceView = forwardRef((props, ref) => {
onCancel={closeViewLogsModal}
></ViewLogsModal>
<DeleteModal ref={modalRef}></DeleteModal>
</>
</div>
);
});