mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Add reload jobs option
This commit is contained in:
parent
de98867c9c
commit
6c38e60b47
3 changed files with 50 additions and 11 deletions
|
@ -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">⟳ Reload jobs</a>
|
||||
<a>
|
||||
<hr>
|
||||
</a>
|
||||
<a href="/shutdown">⏼ Shutdown</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1>Job list</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue