Commit 9fd87164 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Initial tabpanel for favorites/history.

parent fb549be7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -78,6 +78,15 @@ Ext.define('Docs.view.Viewport', {
                            }
                        ]
                    },
                    {
                        xtype: 'tabpanel',
                        height: 100,
                        plain: true,
                        items: [
                            {title: 'Favorites'},
                            {title: 'History'}
                        ]
                    },
                    {
                        flex: 1,
                        xtype: 'classtree',