glance: Improve title of of per-host-sites-widgets

This commit is contained in:
SebastianStork 2026-03-18 16:10:07 +01:00
parent b554146792
commit def00d7a52
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -17,7 +17,7 @@ let
|> lib.map (host: {
type = "monitor";
cache = "1m";
title = host.config.networking.hostName;
title = "${host.config.networking.hostName} Services";
sites =
host.config.custom.meta.sites
|> lib.attrValues