Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
* UI Guidelines GridAnchorPanel (refs #1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis Mosshammer committed Feb 23, 2012
1 parent 5bfe99d commit 120a956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/modules/Cronks/lib/js/grid/GridPanel.js
Expand Up @@ -101,7 +101,7 @@ Cronk.grid.GridPanel = Ext.extend(Ext.grid.GridPanel, {
+ "/modules/web/customPortal/"
+ urlParams
},
bbar: [{
buttons: [{
text: _('Close'),
iconCls: 'icinga-icon-close',
handler: function(b, e) {
Expand Down
3 changes: 0 additions & 3 deletions app/modules/Cronks/lib/js/grid/IcingaCommandHandler.js
Expand Up @@ -342,9 +342,6 @@ IcingaCommandHandler.prototype = {
return;
}




Ext.Ajax.request({
url: String.format(this.url_info, command),
scope: this,
Expand Down

0 comments on commit 120a956

Please sign in to comment.