aboutsummaryrefslogtreecommitdiff
path: root/internal/server
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server')
-rw-r--r--internal/server/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html
index eb3fc41..ea4a170 100644
--- a/internal/server/templates/index.html
+++ b/internal/server/templates/index.html
@@ -99,7 +99,7 @@
{{if gt .SSLDaysLeft 0}}
<span class="{{if lt .SSLDaysLeft 14}}text-yellow-600 dark:text-yellow-400{{else if lt .SSLDaysLeft 7}}text-red-600 dark:text-red-400{{end}}" data-tooltip='{{.SSLTooltip}}'>SSL: {{.SSLDaysLeft}}d</span>
{{end}}
- {{if .LastError}}<span class="text-red-600 dark:text-red-400 truncate max-w-[200px]" data-tooltip='{"header":"Last Error","error":"{{.LastError}}"}'>{{simplifyError .LastError}}</span>{{end}}
+ {{if .LastError}}<span class="text-red-600 dark:text-red-400">{{simplifyError .LastError}}</span>{{end}}
</div>
</div>
<div class="flex items-center gap-2 flex-shrink-0">