refactor(masthead): remove stat-tile hover tooltips (#1319)

Drop the cursor-following hover tooltips from the masthead stat tiles: the RUNNING
tile on the Home dashboard (the managed / external / exited breakdown) and the
CONTAINERS tile on the Fleet view (the running / total split). Both revert to plain
stat tiles, matching the CPU and MEM tiles beside them. The dashboard and fleet docs
are updated to match and the orphaned screenshot is removed.
This commit is contained in:
Anso
2026-06-05 21:53:14 -04:00
committed by GitHub
parent 308949282c
commit 28ea610e81
5 changed files with 10 additions and 90 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ A single rail summarises the state of every registered node so you can read the
|------|---------------|
| **CPU** | Average CPU across online nodes, with a sub-line that names the peak node (`peak <name> <percent>%`). The value tints amber once average CPU is at or above 80%. |
| **MEM** | Total RAM used across online nodes, with `of <total> · <percent>%` underneath. |
| **CONTAINERS** | Active running container count across online nodes, with `of <total> total` underneath. Hover the tile to surface a cursor-following tooltip with the running / total split. |
| **CONTAINERS** | Active running container count across online nodes, with `of <total> total` underneath. |
- An **alerts indicator** pinned to the far right: a bell icon next to the current critical-node count, with an `alert` / `alerts` mono label. The icon and number tint destructive while the count is above zero.