mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-09 13:50:18 +01:00
added archive icon
This commit is contained in:
BIN
scm-webapp/src/main/webapp/resources/images/archive.png
Executable file
BIN
scm-webapp/src/main/webapp/resources/images/archive.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 555 B |
@@ -47,6 +47,8 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
errorTitleText: 'Error',
|
||||
errorMsgText: 'Repository deletion failed',
|
||||
|
||||
archiveIcon: 'resources/images/archive.png',
|
||||
|
||||
repositoryGrid: null,
|
||||
|
||||
initComponent: function(){
|
||||
@@ -85,9 +87,8 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
xtype: 'tbbutton',
|
||||
id: 'repoArchiveButton',
|
||||
disabled: true,
|
||||
text: this.archiveText,
|
||||
// TODO find icon
|
||||
icon: this.removeIcon,
|
||||
text: this.archiveText,
|
||||
icon: this.archiveIcon,
|
||||
scope: this,
|
||||
handler: this.toggleArchive
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user