Skip to content

Commit

Permalink
Fix #1375 DataTable'd pogoauth setting (#1376)
Browse files Browse the repository at this point in the history
* Update settings_pogoauth.html

* Update settings_pogoauth.html
  • Loading branch information
JabLuszko authored and Grennith committed Mar 31, 2024
1 parent 521b320 commit c0ef79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/madmin/templates/settings_pogoauth.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</div>
<div class="row mt-3">
<div class="col">
<table class="table table-striped table-hover table-sm">
<table id="pogoauth_table" class="table table-striped table-hover table-sm">
<thead>
<tr>
<th style="width: 15%" class="align-middle">Type <i class="fas fa-info-circle" data-toggle="tooltip" title="Login Type"></th>
Expand Down Expand Up @@ -126,6 +126,7 @@
</td>
<td class="text-center align-middle">
{% if auth.last_burn_type is not none %}
<small hidden>{{ auth.last_burn_type }}</small>
<i class="genTooltip" data-burnsleep="{{ MAINTENANCE_COOLDOWN_HOURS }}" data-burntype="{{ auth.last_burn_type }}" data-burntime="{{ auth.last_burn }}" aria-hidden="true"></i>
{% endif %}
</td>
Expand Down

0 comments on commit c0ef79b

Please sign in to comment.