application.json 889 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products:ADMIN (C) Copyright IBM Corp. 2017, 2021. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "label": "Jobs",
  4. "capabilities": ["canUseJob"],
  5. "localizationFileName": "job_mgt",
  6. "features": [{
  7. "id": "com.ibm.bi.job_mgt",
  8. "content": {
  9. "module": "bi/admin/job/JobPane"
  10. },
  11. "collectionContainers": [{
  12. "id" : "runAllAtOnce",
  13. "label" : "%runAllAtOnce",
  14. "weight": 942,
  15. "items": []
  16. }],
  17. "toolItems": [{
  18. "id": "saveMenu",
  19. "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
  20. "title": "%save_label",
  21. "label": "",
  22. "type": "Button",
  23. "icon": "common-save",
  24. "weight": 990,
  25. "defaultAction": "com.ibm.bi.admin.job.save",
  26. "actionController": "bi/admin/job/SaveActionHandler"
  27. }]
  28. }]
  29. }