feat: add auto refresh option in logs explorer toolbar

This commit is contained in:
ahmadshaheer 2025-05-21 17:53:05 +04:30
parent cec2fab7d7
commit 3490e3decc

View File

@ -224,7 +224,7 @@ function LogsExplorer(): JSX.Element {
)}
<section className={cx('log-module-right-section')}>
<Toolbar
showAutoRefresh={false}
showAutoRefresh
leftActions={
<LeftToolbarActions
showFilter={showFilters}