mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 07:44:18 +00:00
Added shutdown and restart buttons to system UI
New: Shutdown and restart from UI Fixed: ctrl+c will shutdown app on mono
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
<li><a href="#info" class="x-info-tab no-router">Info</a></li>
|
||||
<li><a href="#logs" class="x-logs-tab no-router">Logs</a></li>
|
||||
<li><a href="#updates" class="x-updates-tab no-router">Updates</a></li>
|
||||
<li class="lifecycle-controls pull-right">
|
||||
<span class="icon-stack drone-button x-shutdown">
|
||||
<i class="icon-check-empty icon-stack-base"></i>
|
||||
<i class="icon-nd-shutdown"></i>
|
||||
</span>
|
||||
|
||||
{{#if_windows}}
|
||||
<span class="icon-stack drone-button x-restart">
|
||||
<i class="icon-check-empty icon-stack-base"></i>
|
||||
<i class="icon-nd-restart"></i>
|
||||
</span>
|
||||
{{/if_windows}}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
|
||||
Reference in New Issue
Block a user