1234567891011121314151617181920212223242526272829303132 |
- {
- "label": "Dashboard",
- "features": [{
- "id": "com.ibm.bi.dashboard",
- "contextMenus": [
- {
- "id": "contextualGridMenu",
- "title": "%contextualGridMenuLabel",
- "label": "",
- "type": "Menu",
- "actionController": "dashboard-analytics/glass/controllers/ContextualGridActionController",
- "items": [
- {
- "id": "gridShowUnaggregated",
- "label": "%gridShowUnaggregatedLabel",
- "weight": 201
- },
- {
- "id": "gridRevertToOrginal",
- "label": "%gridRevertToOrginalLabel",
- "weight": 200
- },
- {
- "id": "gridExportData",
- "label": "%contextualGridExportLabel",
- "weight": 199
- }
- ]
- }
- ]
- }]
- }
|