mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 04:07:16 +00:00
Expose docker global thresholds inline
This commit is contained in:
@@ -1434,7 +1434,14 @@ const dockerContainersGroupedByHost = createMemo<Record<string, Resource[]>>((pr
|
||||
title="Docker Containers"
|
||||
groupedResources={dockerContainersGroupedByHost()}
|
||||
groupHeaderMeta={dockerHostGroupMeta()}
|
||||
columns={['CPU %', 'Memory %']}
|
||||
columns={[
|
||||
'CPU %',
|
||||
'Memory %',
|
||||
'Restart Count',
|
||||
'Restart Window (s)',
|
||||
'Memory Warn %',
|
||||
'Memory Critical %',
|
||||
]}
|
||||
activeAlerts={props.activeAlerts}
|
||||
emptyMessage="No Docker containers match the current filters."
|
||||
onEdit={startEditing}
|
||||
|
||||
Reference in New Issue
Block a user