Revision 63 hci/trunk/eneraptor-web-app/grails-app/services/com/eneraptor/hci/MainMenuService.groovy

View differences:

MainMenuService.groovy
44 44
		statisticsSubMenu = new ArrayList()
45 45
		statisticsSubMenu.add(new MenuItem("Overview","statistics","main"))
46 46
		statisticsSubMenu.add(new MenuItem("Saved graphs","statistics","graphs"))
47
		statisticsSubMenu.add(new MenuItem("Create a new graph","statistics","newGraph"))
47
		statisticsSubMenu.add(new MenuItem("Create a new single device graph","statistics","newGraph"))
48
		statisticsSubMenu.add(new MenuItem("Create a new combined graph","statistics","newCombGraph"))
48 49
		statisticsSubMenu.add(new MenuItem("Make reports","statistics","newReport"))
49 50
		
50 51
		actionsSubMenu = new ArrayList()

Also available in: Unified diff