diff --git a/UI/Index.html b/UI/Index.html
index 84e61dc7d..e72e61d82 100644
--- a/UI/Index.html
+++ b/UI/Index.html
@@ -22,25 +22,48 @@
@@ -64,7 +87,7 @@
diff --git a/UI/Series/Index/SeriesIndexLayout.js b/UI/Series/Index/SeriesIndexLayout.js
index 5497513d9..feb68b0ba 100644
--- a/UI/Series/Index/SeriesIndexLayout.js
+++ b/UI/Series/Index/SeriesIndexLayout.js
@@ -173,23 +173,24 @@ define(
items :
[
{
- key : 'tableView',
+ key : 'posterView',
title : '',
- icon : 'icon-table',
- callback: this._showTable
+ icon : 'icon-th-large',
+ callback: this._showPosters
},
{
key : 'listView',
title : '',
- icon : 'icon-list',
+ icon : 'icon-th-list',
callback: this._showList
},
{
- key : 'posterView',
+ key : 'tableView',
title : '',
- icon : 'icon-picture',
- callback: this._showPosters
- }
+ icon : 'icon-table',
+ callback: this._showTable
+ },
+
]
};