From 2d54fa91608797dac6e2b605a60bff2f9049b4be Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Fri, 24 Apr 2026 21:57:23 -0700 Subject: [PATCH] homepage: pin Toolchain group to Toolchain tab The task-board compose carries homepage.group=Toolchain. With no matching entry in settings.yaml's layout: map, homepage placed it on the default tab (Main) AND it appeared under the Toolchain tab, producing duplicate cards. Declare the Toolchain group explicitly with tab: Toolchain so it renders in exactly one place. --- configs/homepage/settings.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/homepage/settings.yaml b/configs/homepage/settings.yaml index 8eba7fb..bc31686 100644 --- a/configs/homepage/settings.yaml +++ b/configs/homepage/settings.yaml @@ -73,6 +73,11 @@ layout: tab: Infrastructure style: row columns: 4 + Infra - IRV: + icon: mdi-brain + tab: Infrastructure + style: row + columns: 4 Infra - ESH: icon: si-proxmox tab: Infrastructure @@ -83,3 +88,8 @@ layout: tab: Toolchain style: row columns: 4 + Toolchain: + icon: mdi-toolbox + tab: Toolchain + style: row + columns: 4