mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
7 lines
No EOL
296 B
Text
7 lines
No EOL
296 B
Text
<ul class="sub-menu">
|
|
<li>@Html.ActionLink("Top", "Index", "Log")</li>
|
|
<li>@Html.ActionLink("All", "All", "Log")</li>
|
|
<li>@Ajax.ActionLink("Clear Logs", "Clear", "Log", new AjaxOptions{ OnSuccess = "reloadGrid" })</li>
|
|
</ul>
|
|
|
|
<div style="margin-bottom: 10px"></div> |