feat: restyle admin UI and add per-user sync run history
Adds a self-hosted stylesheet (no CDN dependencies) with a card-based dashboard and color-coded status badges, and shows the last 10 sync runs per user on the detail page.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<form method="post" action="/users/{{ user.id }}/garmin-mfa">
|
||||
<form method="post" action="/users/{{ user.id }}/garmin-mfa" class="stacked-form">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
<label>Garmin MFA code: <input type="text" name="code" maxlength="20" required></label>
|
||||
<label for="mfa_code">Garmin MFA code</label>
|
||||
<input type="text" id="mfa_code" name="code" maxlength="20" required>
|
||||
<button type="submit">Submit code</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user