Support restarting the server on all platforms

This commit is contained in:
Mark Monteiro 2020-05-24 23:30:47 -04:00
parent c3cbba0a42
commit eb6a76f578
3 changed files with 1 additions and 12 deletions

View file

@ -16,7 +16,7 @@
</div>
<div style="margin-top:1em;">
<button is="emby-button" type="button" id="btnRestartServer" class="raised hide" onclick="DashboardPage.restart(this);" style="margin-left:0;">
<button is="emby-button" type="button" id="btnRestartServer" class="raised" onclick="DashboardPage.restart(this);" style="margin-left:0;">
<span>${ButtonRestart}</span>
</button>
<button is="emby-button" type="button" id="btnShutdown" class="raised" onclick="DashboardPage.shutdown(this);">