diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index 5521284..b223a95 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -92,10 +92,21 @@ data: - size: small widgets: - type: clock + title: Home hour-format: 24h timezones: - timezone: America/Montreal - label: Home + label: Montreal + - timezone: America/Bogota + label: Bogota + - timezone: Europe/Madrid + label: Madrid + - timezone: Europe/Sofia + label: Sofia (Bulgaria) + - timezone: America/Vancouver + label: Vancouver + - timezone: UTC + label: UTC - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true diff --git a/config/glance/config/home.yml b/config/glance/config/home.yml index be39446..b2de24f 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -54,10 +54,21 @@ - size: small widgets: - type: clock + title: Home hour-format: 24h timezones: - timezone: America/Montreal - label: Home + label: Montreal + - timezone: America/Bogota + label: Bogota + - timezone: Europe/Madrid + label: Madrid + - timezone: Europe/Sofia + label: Sofia (Bulgaria) + - timezone: America/Vancouver + label: Vancouver + - timezone: UTC + label: UTC - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true