Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/faadb8b6c02935dfaf33d9e09eb013bae9cf8418 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added update action to System

pull/4/head
Mark McDowall 12 years ago
parent 8e35a1148c
commit faadb8b6c0

@ -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>
}

Loading…
Cancel
Save