Add reload jobs option

This commit is contained in:
nxshock 2022-03-26 20:20:00 +05:00
parent de98867c9c
commit 6c38e60b47
3 changed files with 50 additions and 11 deletions

View file

@ -150,6 +150,7 @@
padding: 0.5em;
text-decoration: none;
display: block;
white-space: nowrap;
}
.dropdown:hover .dropdown-content {
@ -163,7 +164,11 @@
<div class="dropdown">
<button class="dropbtn">☰ Menu</button>
<div class="dropdown-content">
<a href="/shutdown">Shutdown</a>
<a href="/reloadJobs">&#x27f3; Reload jobs</a>
<a>
<hr>
</a>
<a href="/shutdown">&#x23fc; Shutdown</a>
</div>
</div>
<h1>Job list</h1>