mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed doctype,
removed telerik script/css registrar
This commit is contained in:
parent
b98aab87ae
commit
3d961654d8
5 changed files with 96 additions and 90 deletions
|
@ -25,7 +25,7 @@ Configuration
|
|||
columns.Command(commands =>
|
||||
{
|
||||
commands.Edit().ButtonType(GridButtonType.Image);
|
||||
}).Width(0).Title("Actions");
|
||||
}).Width(90).Title("Actions");
|
||||
})
|
||||
.Editable(editing => editing.Mode(GridEditMode.InLine))
|
||||
.Sortable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue