ContextualGridActionMenu.json 757 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "label": "Dashboard",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard",
  5. "contextMenus": [
  6. {
  7. "id": "contextualGridMenu",
  8. "title": "%contextualGridMenuLabel",
  9. "label": "",
  10. "type": "Menu",
  11. "actionController": "dashboard-analytics/glass/controllers/ContextualGridActionController",
  12. "items": [
  13. {
  14. "id": "gridShowUnaggregated",
  15. "label": "%gridShowUnaggregatedLabel",
  16. "weight": 201
  17. },
  18. {
  19. "id": "gridRevertToOrginal",
  20. "label": "%gridRevertToOrginalLabel",
  21. "weight": 200
  22. },
  23. {
  24. "id": "gridExportData",
  25. "label": "%contextualGridExportLabel",
  26. "weight": 199
  27. }
  28. ]
  29. }
  30. ]
  31. }]
  32. }