diff --git a/js/app/controllers/ExplorerModule.js b/js/app/controllers/ExplorerModule.js index 2a12460..e73c9d6 100644 --- a/js/app/controllers/ExplorerModule.js +++ b/js/app/controllers/ExplorerModule.js @@ -105,6 +105,13 @@ Ext.define('amdaDesktop.ExplorerModule', region: 'center' }, { + xtype: 'label', + text: 'Log:', + margin: '10 0 -5 0', + region: 'south', + height: 20 + }, + { xtype: 'panel', id: 'LogPanel', region: 'south', @@ -213,7 +220,7 @@ Ext.define('amdaDesktop.ExplorerModule', }) win = myDesktopApp.getDesktop().getWindow(this.id) panel = win.items.get('LogPanel') - panel.add(msg) + panel.insert(0, msg) }, // -- libgit2 0.21.2