123456789101112131415161718192021222324252627 |
- {
- "view": {
- "icon": "view.png",
- "text": MWF.APPPOD.LP.modules.view,
- "className": "View"
- },
- "stat": {
- "icon": "stat.png",
- "text": MWF.APPPOD.LP.modules.stat,
- "className": "Stat"
- },
- "statement": {
- "icon": "statement.png",
- "text": MWF.APPPOD.LP.modules.statement,
- "className": "Statement"
- },
- "importer": {
- "icon": "importer.png",
- "text": MWF.APPPOD.LP.modules.importer,
- "className": "Importer"
- }
- // "SmartBI": {
- // "icon": "smartbi.png",
- // "text": MWF.APPPOD.LP.modules.SmartBI,
- // "className": "SmartBI"
- // }
- }
|