12345678910111213141516171819202122232425 |
- {
- "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.",
- "lensable": true,
- "label": "Home",
- "features": [{
- "id": "com.ibm.bi.bahome",
- "content": {
- "module": "cahome/views/HomeView"
- }
- }, {
- "id": "com.ibm.bi.cahome",
- "toolItems": [{
- "id": "cognosLogo",
- "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
- "type": "glass/app/plugins/GlassPlugin",
- "class": "logoText",
- "label": "theme.current.brandTextSmall",
- "weight": 980,
- "lensable": false
- }],
- "content": {
- "module": "cahome/views/CAHomeView"
- }
- }]
- }
|