mirror of https://github.com/Radarr/Radarr
Shutdown and restart are buttons now
This commit is contained in:
parent
fcd05cda60
commit
469d802b7b
|
@ -219,26 +219,3 @@ body {
|
|||
height: 55px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.lifecycle-controls {
|
||||
font-size: 20px;
|
||||
|
||||
i {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drone-button {
|
||||
height: .8em;
|
||||
margin-left: -8px;
|
||||
|
||||
&:hover {
|
||||
.icon-stack-base:before {
|
||||
.icon(@sign-blank)
|
||||
}
|
||||
|
||||
.icon-nd-restart:before {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,17 +3,16 @@
|
|||
<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>
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-icon-only x-shutdown" title="Shutdown" data-container="body">
|
||||
<i class="icon-nd-shutdown"></i>
|
||||
</span>
|
||||
|
||||
</button>
|
||||
{{#if_windows}}
|
||||
<span class="icon-stack drone-button x-restart">
|
||||
<i class="icon-check-empty icon-stack-base"></i>
|
||||
<button class="btn btn-icon-only x-restart" title="Restart" data-container="body">
|
||||
<i class="icon-nd-restart"></i>
|
||||
</span>
|
||||
</button>
|
||||
{{/if_windows}}
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue