From 23dad1b0a48e8f8bf23ab419b1fc9f5e8b953aea Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Thu, 7 May 2026 13:38:14 -0400 Subject: [PATCH] Make full size column the Home widget in glance --- apps/hydra/glance/configmap-glance.yaml | 2 +- config/glance/config/home.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index ef15f62..1807fe6 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -25,7 +25,7 @@ data: home.yml: | - name: Home columns: - - size: small + - size: full widgets: - type: calendar first-day-of-week: monday diff --git a/config/glance/config/home.yml b/config/glance/config/home.yml index 1f89c0c..f99b789 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -1,6 +1,6 @@ - name: Home columns: - - size: small + - size: full widgets: - type: calendar first-day-of-week: monday