mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
MassEdit grid won't try to show details.
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
@using (Html.BeginForm("SaveMassEdit", "Series", FormMethod.Post, new { id = "MassEdit", name = "MassEdit" }))
|
@using (Html.BeginForm("SaveMassEdit", "Series", FormMethod.Post, new { id = "MassEdit", name = "MassEdit" }))
|
||||||
{
|
{
|
||||||
<table class="dataTable dataTablesGrid">
|
<table class="dataTable dataTablesGrid no-details">
|
||||||
<thead>
|
<thead>
|
||||||
<th width="14px">@Html.CheckBox("editToggleMaster", false, new { @class = "editToggleMaster" })</th>
|
<th width="14px">@Html.CheckBox("editToggleMaster", false, new { @class = "editToggleMaster" })</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user