mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 14:37:53 +02:00
Fix Wrong API uri for GetRunningTasks
Added GetQueue function Added display for running, queued, total tasks
This commit is contained in:
@ -95,7 +95,16 @@
|
||||
</popup>
|
||||
</viewport>
|
||||
<footer>
|
||||
<p style="text-align: center">Made with Blåhaj 🦈</p>
|
||||
<div>
|
||||
<img src="media/running.svg" alt="running"><div id="tasksRunningTag">0</div>
|
||||
</div>
|
||||
<div>
|
||||
<img src="media/queue.svg" alt="queue"><div id="tasksQueuedTag">0</div>
|
||||
</div>
|
||||
<div>
|
||||
<img src="media/tasks.svg" alt="queue"><div id="totalTasksTag">0</div>
|
||||
</div>
|
||||
<p id="madeWith">Made with Blåhaj 🦈</p>
|
||||
</footer>
|
||||
<script src="apiConnector.js"></script>
|
||||
<script src="interaction.js"></script>
|
||||
|
Reference in New Issue
Block a user