mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 19:01:42 +02:00
Merge branch 'fix-debug-warning-widget' into 'master'
[FIX] Debug warning dashboard widget See merge request allianceauth/allianceauth!1746
This commit is contained in:
commit
e3de553d77
@ -122,16 +122,19 @@
|
|||||||
<div id="aa-dashboard-panel-debug" class="col-12 mb-3">
|
<div id="aa-dashboard-panel-debug" class="col-12 mb-3">
|
||||||
<div class="card text-bg-warning">
|
<div class="card text-bg-warning">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">{% translate "Debug mode" %}</h5>
|
{% translate "Debug mode" as widget_title %}
|
||||||
<p class="card-text">
|
{% include "framework/dashboard/widget-title.html" with title=widget_title %}
|
||||||
{% translate "Debug mode is currently turned on. Make sure to turn it off as soon as you are finished testing" %}
|
|
||||||
</p>
|
<div>
|
||||||
|
<p class="text-center">
|
||||||
|
{% translate "Debug mode is currently turned on!<br>Make sure to turn it off as soon as you are finished testing." %}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const elemRunning = document.getElementById("task-counts");
|
const elemRunning = document.getElementById("task-counts");
|
||||||
const elemQueued = document.getElementById("queued-tasks-count");
|
const elemQueued = document.getElementById("queued-tasks-count");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user