mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 04:58:59 +00:00
(control) Remove message queue listing from actors view.
This commit is contained in:
parent
f997707049
commit
019b61b330
@ -10,13 +10,12 @@
|
||||
<section>
|
||||
{{> control/partials/processes-table}}
|
||||
{{> control/partials/actors-table}}
|
||||
{{> control/partials/message-queue-table}}
|
||||
</section>
|
||||
</body>
|
||||
<script src="/refresh.js"></script>
|
||||
<script>
|
||||
window.setInterval(() => {
|
||||
refresh(["processes", "jobs", "actors", "queue"]);
|
||||
refresh(["processes", "jobs", "actors"]);
|
||||
}, 2000);
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user