12345678910111213141516 |
- window.Partials = $.extend(true, window.Partials, {
- "config": {
- "layoutSet": "empty",
- "navigation": [
- { "title": "Consume", "action": "#Consume", },
- { "title": "Goal", "action": "#Goal", },
- { "title": "Loads", "action": "#Loads", },
- { "title": "Price", "action": "#Price", },
- { "title": "Cooler", "action": "#Cooler", },
- { "title": "Boiler", "action": "#Boiler", },
- { "title": "Reduce", "action": "#Reduce", },
- { "title": "HistoryCooler", "action": "#HistoryCooler", },
- { "title": "HistoryBoiler", "action": "#HistoryBoiler", }
- ]
- }
- });
|