mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
improve chart filtering logic to support multiple terms (#1274)
This commit is contained in:
@@ -14,7 +14,7 @@ export default memo(() => {
|
||||
return useMemo(
|
||||
() => (
|
||||
<>
|
||||
<div className="grid gap-4">
|
||||
<div className="flex flex-col gap-4">
|
||||
<ActiveAlerts />
|
||||
<Suspense>
|
||||
<SystemsTable />
|
||||
|
||||
Reference in New Issue
Block a user