1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-15 00:19:49 +00:00

MassEdit grid won't try to show details.

This commit is contained in:
Mark McDowall 2012-02-18 12:18:51 -08:00
parent afbb107106
commit 8c0efac00b

View file

@ -38,7 +38,7 @@
@using (Html.BeginForm("SaveMassEdit", "Series", FormMethod.Post, new { id = "MassEdit", name = "MassEdit" }))
{
<table class="dataTable dataTablesGrid">
<table class="dataTable dataTablesGrid no-details">
<thead>
<th width="14px">@Html.CheckBox("editToggleMaster", false, new { @class = "editToggleMaster" })</th>
<th>Title</th>