396116ad3532d51422ebfde2cf7570d0b1f82850.svn-base 453 B

123456789101112
  1. $( function() {
  2. var menuItems = {
  3. 'navPlanEstablishment':
  4. [
  5. { viewId: 'PlanConsumePrediction', title: '에너지사용량 예측 설정' },
  6. { viewId: 'PlanConsumeGoal', title: '에너지사용량 목표 설정' },
  7. { viewId: 'PlanConsumeRegression', title: '에너지 사용량 회귀분석 예측 설정' }
  8. ]
  9. };
  10. $SideMenu.pushSideMenu( menuItems );
  11. });