123456789101112131415161718192021222324252627282930313233 |
- {
- "features": [
- {
- "id": "com.ibm.bi.dashboard.daas",
- "excludeItems": [
- "com.ibm.bi.dashboard.dataSourcePanel.list.buttons.addSource",
- "com.ibm.bi.dashboard.dataSourcePanel.metadata.buttons.addSource",
- "com.ibm.bi.dashboard.dataSources.relinkDataSource"
- ],
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.dataSourcePanel.list.buttons",
- "id": "com.ibm.bi.dashboard.dataSourcePanel.list.buttons.dsx.addSource",
- "name": "addSource",
- "icon": "#common-add-new",
- "label": "%addSource",
- "actionController": "dashboard-analytics/dataSources/glassControllers/TriggerEventActionHandler",
- "eventName": "addSource:clicked"
- },
- {
- "containerId": "com.ibm.bi.dashboard.dataSourcePanel.metadata.buttons",
- "id": "com.ibm.bi.dashboard.dataSourcePanel.metadata.buttons.dsx.addSource",
- "name": "addSource",
- "icon": "#common-add-new",
- "label": "%addSource",
- "weight": 200,
- "actionController": "dashboard-analytics/dataSources/glassControllers/TriggerEventActionHandler",
- "eventName": "addSource:clicked"
- }
- ]
- }
- ]
- }
|