mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: update icon in Kubernetes cluster overview to represent CPU usage
This commit is contained in:
@@ -825,7 +825,7 @@ const KubernetesClusterOverview: FunctionComponent<
|
||||
<div className="flex items-center gap-2 mb-4">
|
||||
<div className="w-8 h-8 rounded-lg bg-blue-50 flex items-center justify-center">
|
||||
<Icon
|
||||
icon={IconProp.Activity}
|
||||
icon={IconProp.CPUChip}
|
||||
className="h-4 w-4 text-blue-600"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user