Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
OPEN - issue NXCM-2124: Bundle Enunciate
Browse files Browse the repository at this point in the history
https://issues.sonatype.org/browse/NXCM-2124

git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@6673 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
velo committed Jun 23, 2010
1 parent 02e9e12 commit 69ffefc
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,3 @@ Ext.extend( Sonatype.repoServer.RestInfoTab, Ext.grid.GridPanel, {
}
}
});

Sonatype.Events.addListener( 'pluginInfoInit', function( cardPanel, rec, gridPanel ) {
if(rec.data.restInfos && rec.data.restInfos.length > 0){
cardPanel.add( new Sonatype.repoServer.RestInfoTab( {
name: 'rest',
tabTitle: 'REST Services',
payload: rec
} ) );
}
} );

0 comments on commit 69ffefc

Please sign in to comment.