Minor - Typo in Admin panel within Diagnostics view #5002

Closed
opened 2026-03-07 20:09:14 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @djbrownbear on GitHub (Sep 15, 2022).

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

Originally created by @djbrownbear on GitHub (Sep 15, 2022). 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 (Sep 15, 2022):

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

@djbrownbear commented on GitHub (Sep 15, 2022): 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: github-starred/vaultwarden#5002