tools-function.json 585 B

123456789101112131415161718192021222324252627
  1. {
  2. "view": {
  3. "icon": "view.png",
  4. "text": MWF.APPPOD.LP.modules.view,
  5. "className": "View"
  6. },
  7. "stat": {
  8. "icon": "stat.png",
  9. "text": MWF.APPPOD.LP.modules.stat,
  10. "className": "Stat"
  11. },
  12. "statement": {
  13. "icon": "statement.png",
  14. "text": MWF.APPPOD.LP.modules.statement,
  15. "className": "Statement"
  16. },
  17. "importer": {
  18. "icon": "importer.png",
  19. "text": MWF.APPPOD.LP.modules.importer,
  20. "className": "Importer"
  21. }
  22. // "SmartBI": {
  23. // "icon": "smartbi.png",
  24. // "text": MWF.APPPOD.LP.modules.SmartBI,
  25. // "className": "SmartBI"
  26. // }
  27. }