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