mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 11:02:40 +01:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
<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> |