Fixed series actions wrapping to two lines

This commit is contained in:
Mark McDowall 2013-09-21 12:16:48 -07:00
parent a5528f00cb
commit 8ff34aac4d
7 changed files with 45 additions and 31 deletions

View file

@ -11,9 +11,9 @@ define(
'Cells/TemplatedCell',
'Cells/QualityProfileCell',
'Cells/EpisodeProgressCell',
'Cells/SeriesActionsCell',
'Shared/Grid/DateHeaderCell',
'Series/Index/Table/SeriesStatusCell',
'Series/Index/Table/Row',
'Cells/SeriesStatusCell',
'Series/Index/FooterView',
'Series/Index/FooterModel',
'Shared/Toolbar/ToolbarLayout'
@ -27,9 +27,9 @@ define(
TemplatedCell,
QualityProfileCell,
EpisodeProgressCell,
SeriesActionsCell,
DateHeaderCell,
SeriesStatusCell,
SeriesIndexRow,
FooterView,
FooterModel,
ToolbarLayout) {
@ -86,8 +86,7 @@ define(
name : 'this',
label : '',
sortable: false,
template: 'Series/Index/Table/ControlsColumnTemplate',
cell : TemplatedCell
cell : SeriesActionsCell
}
],
@ -124,7 +123,6 @@ define(
_showTable: function () {
this.currentView = new Backgrid.Grid({
row : SeriesIndexRow,
collection: SeriesCollection,
columns : this.columns,
className : 'table table-hover'