dsx.daas 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "features": [
  3. {
  4. "id": "com.ibm.bi.dashboard.daas",
  5. "excludeItems": [
  6. "com.ibm.bi.dashboard.dataSourcePanel.list.buttons.addSource",
  7. "com.ibm.bi.dashboard.dataSourcePanel.metadata.buttons.addSource",
  8. "com.ibm.bi.dashboard.dataSources.relinkDataSource"
  9. ],
  10. "collectionItems": [
  11. {
  12. "containerId": "com.ibm.bi.dashboard.dataSourcePanel.list.buttons",
  13. "id": "com.ibm.bi.dashboard.dataSourcePanel.list.buttons.dsx.addSource",
  14. "name": "addSource",
  15. "icon": "#common-add-new",
  16. "label": "%addSource",
  17. "actionController": "dashboard-analytics/dataSources/glassControllers/TriggerEventActionHandler",
  18. "eventName": "addSource:clicked"
  19. },
  20. {
  21. "containerId": "com.ibm.bi.dashboard.dataSourcePanel.metadata.buttons",
  22. "id": "com.ibm.bi.dashboard.dataSourcePanel.metadata.buttons.dsx.addSource",
  23. "name": "addSource",
  24. "icon": "#common-add-new",
  25. "label": "%addSource",
  26. "weight": 200,
  27. "actionController": "dashboard-analytics/dataSources/glassControllers/TriggerEventActionHandler",
  28. "eventName": "addSource:clicked"
  29. }
  30. ]
  31. }
  32. ]
  33. }