added bottom bar to changeset panel

This commit is contained in:
Sebastian Sdorra
2012-01-21 15:59:42 +01:00
parent ad476e858d
commit 2f5086b261

View File

@@ -69,6 +69,7 @@ Sonia.repository.ChangesetPanel = Ext.extend(Ext.Panel, {
handler: this.downloadRawDiff,
scope: this
}],
bbar: ['->', this.repository.name, ':', this.revision],
items: [panel]
}