tools-function.json 834 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "widget": {
  13. "icon": "subpage.png",
  14. "text": MWF.APPPOD.LP.modules.widget,
  15. "className": "Widget"
  16. },
  17. "widgetmodules": {
  18. "icon": "subpage.png",
  19. "text": MWF.APPPOD.LP.modules.widgetmodules,
  20. "className": "Widgetmodules"
  21. },
  22. "statement": {
  23. "icon": "statement.png",
  24. "text": MWF.APPPOD.LP.modules.statement,
  25. "className": "Statement"
  26. },
  27. "importer": {
  28. "icon": "importer.png",
  29. "text": MWF.APPPOD.LP.modules.importer,
  30. "className": "Importer"
  31. }
  32. // "SmartBI": {
  33. // "icon": "smartbi.png",
  34. // "text": MWF.APPPOD.LP.modules.SmartBI,
  35. // "className": "SmartBI"
  36. // }
  37. }