mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Season Grid toolbar uses sub-menu.
sub-menu moved from id to class.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
History
|
||||
}
|
||||
@section ActionMenu{
|
||||
<ul id="sub-menu">
|
||||
<ul class="sub-menu">
|
||||
<li>@Ajax.ActionLink("Trim History", "Trim", "History", new AjaxOptions{ OnSuccess = "reloadHistoryGrid" })</li>
|
||||
<li>@Ajax.ActionLink("Purge History", "Purge", "History", new AjaxOptions { OnSuccess = "reloadHistoryGrid"})</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user