mirror of https://github.com/lidarr/Lidarr
Re-organized buttons on series index
This commit is contained in:
parent
9da0263eb5
commit
9a43ab9b94
|
@ -301,12 +301,12 @@ define(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var rightButtons = [
|
|
||||||
this.viewButtons
|
|
||||||
];
|
|
||||||
|
|
||||||
this.toolbar.show(new ToolbarLayout({
|
this.toolbar.show(new ToolbarLayout({
|
||||||
right : rightButtons,
|
right :
|
||||||
|
[
|
||||||
|
this.sortingOptions,
|
||||||
|
this.viewButtons
|
||||||
|
],
|
||||||
left :
|
left :
|
||||||
[
|
[
|
||||||
this.leftSideButtons
|
this.leftSideButtons
|
||||||
|
@ -315,12 +315,9 @@ define(
|
||||||
}));
|
}));
|
||||||
|
|
||||||
this.toolbar2.show(new ToolbarLayout({
|
this.toolbar2.show(new ToolbarLayout({
|
||||||
right : [
|
right :
|
||||||
this.filteringOptions
|
|
||||||
],
|
|
||||||
left :
|
|
||||||
[
|
[
|
||||||
this.sortingOptions
|
this.filteringOptions
|
||||||
],
|
],
|
||||||
context: this
|
context: this
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in New Issue