2251: Accounting Manager - Stacked column chart for tops

Task-Url: https://support.d4science.org/issues/2251

Fixed Jobs

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@126378 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-03-30 13:34:27 +00:00
parent 7b30cf370e
commit 85a8a1dfe5
1 changed files with 2 additions and 2 deletions

View File

@ -65,10 +65,10 @@ public class AccountingManagerMenu extends TabPanel {
add(taskCategory, taskItemConf);
*/
TabItemConfig jobItemConf = new TabItemConfig("Job", false);
/*TabItemConfig jobItemConf = new TabItemConfig("Job", false);
jobItemConf.setIcon(AccountingManagerResources.INSTANCE.accountingJob48());
EmptyPanel jobCategory=new EmptyPanel(AccountingType.JOB.name());
add(jobCategory, jobItemConf);
add(jobCategory, jobItemConf);*/
setActiveWidget(getWidget(0));