1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 01:27:00 +00:00

Added update action to System

This commit is contained in:
Mark McDowall 2013-01-07 22:25:00 -08:00
parent 8e35a1148c
commit faadb8b6c0

View file

@ -18,6 +18,7 @@
<ul class="sub-menu">
<li>@Ajax.ActionLink("Restart", "Restart", "System", null, null, new { Title = "Restart NzbDrone" })</li>
<li>@Ajax.ActionLink("Shutdown", "Shutdown", "System", null, null, new { Title = "Shutdown NzbDrone" })</li>
<li>@Html.ActionLink("Update", "Index", "Update")</li>
<li>@Html.ActionLink("Logs", "Logs", "System")</li>
</ul>
}