mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 01:02:05 +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