mirror of
https://github.com/Radarr/Radarr
synced 2025-02-07 15:23:48 +00:00
Removed details from searchResultsGrid.
This commit is contained in:
parent
4f005e45c0
commit
e7c353b9a3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
ViewBag.Title = "Search Results";
|
||||
}
|
||||
|
||||
@Html.GridHtml("searchResultsGrid", "dataTablesGrid")
|
||||
@Html.GridHtml("searchResultsGrid", "dataTablesGrid no-details")
|
||||
|
||||
@section Scripts
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue