Minor - Typo in Admin panel within Diagnostics view #1057

Closed
opened 2025-10-09 17:02:26 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @djbrownbear on GitHub.

I noticed this minor typo while troubleshooting a certificate update for my instance of vaultwarden.

suggestion: <span class="badge bg-danger d-none" id="time-warning" title="Time offsets are too much at drift.">Error</span>
9c891baad1/src/static/templates/admin/diagnostics.hbs (L144)

suggestion: <span class="badge bg-success d-none" id="https-success" title="Configured to use HTTPS">HTTPS</span>
9c891baad1/src/static/templates/admin/diagnostics.hbs (L154)

Originally created by @djbrownbear on GitHub. I noticed this minor typo while troubleshooting a certificate update for my instance of vaultwarden. suggestion: `<span class="badge bg-danger d-none" id="time-warning" title="Time offsets are too much at drift.">Error</span> ` https://github.com/dani-garcia/vaultwarden/blob/9c891baad1838eb3446a90b2d6d71ebace9b347c/src/static/templates/admin/diagnostics.hbs#L144 suggestion: `<span class="badge bg-success d-none" id="https-success" title="Configured to use HTTPS">HTTPS</span>` https://github.com/dani-garcia/vaultwarden/blob/9c891baad1838eb3446a90b2d6d71ebace9b347c/src/static/templates/admin/diagnostics.hbs#L154
Author
Owner

@djbrownbear commented on GitHub:

First time contributing, created pull request for this issue instead.

@djbrownbear commented on GitHub: First time contributing, created pull request for this issue instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1057