diff --git a/docs/configuration.md b/docs/configuration.md
index b3ac57a2f..2d993c6a0 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1941,10 +1941,14 @@ You can hover over the "ERROR" text to view more information.
| sites | array | yes | |
| style | string | no | |
| show-failing-only | boolean | no | false |
+| hide-details | boolean | no | false |
##### `show-failing-only`
Shows only a list of failing sites when set to `true`.
+##### `hide-details`
+Hides status text and response times, leaving only each site title and status icon.
+
##### `style`
Used to change the appearance of the widget. Possible values are `compact`.
diff --git a/internal/glance/templates/monitor-compact.html b/internal/glance/templates/monitor-compact.html
index dca568398..127f7c03a 100644
--- a/internal/glance/templates/monitor-compact.html
+++ b/internal/glance/templates/monitor-compact.html
@@ -22,7 +22,7 @@
{{ define "site" }}
{{ .Title }}
-{{ if not .Status.TimedOut }}