application.json 739 B

12345678910111213141516171819202122232425
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2017, 2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "lensable": true,
  4. "label": "Home",
  5. "features": [{
  6. "id": "com.ibm.bi.bahome",
  7. "content": {
  8. "module": "cahome/views/HomeView"
  9. }
  10. }, {
  11. "id": "com.ibm.bi.cahome",
  12. "toolItems": [{
  13. "id": "cognosLogo",
  14. "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
  15. "type": "glass/app/plugins/GlassPlugin",
  16. "class": "logoText",
  17. "label": "theme.current.brandTextSmall",
  18. "weight": 980,
  19. "lensable": false
  20. }],
  21. "content": {
  22. "module": "cahome/views/CAHomeView"
  23. }
  24. }]
  25. }