123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "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.",
- "config": {
- "requirejs": {
- "paths": {
- "ca_portal": "{CDN_COMPONENT=ca-portal;CDN_VERSION={BUILD}}/js/ca_portal"
- }
- }
- },
- "features": [{
- "id": "com.ibm.bi.glass.common",
- "toolItems": [{
- "id": "createOther",
- "containerId": "com.ibm.bi.glass.common.createMenu",
- "type": "MenuContribution",
- "actionController": "ca_portal/features/legacyApps/MenuItemController",
- "items": [{
- "id": "createOther",
- "label": "%otherLabel",
- "icon": "ca_portal-other_24",
- "weight": 300,
- "slideout": true,
- "options": {
- "position": "left",
- "perspective": "home",
- "content": {
- "module": "ca_portal/features/legacyApps/LegacyPane",
- "id": "LegacyPane"
- }
- },
- "environment": {
- "deviceTypes": ["desktop"],
- "capabilities": [
- "canUsePlanningContributor",
- "canUseControllerStudio",
- "canUsePowerPlay",
- "canUseMetricStudio",
- "DO_NOT_SHOW_IN_COMPANION_APPS",
- "canUseEventStudio",
- "canUseDrillThroughAssistant",
- "canUseAnalysisStudio",
- "canUseQueryStudio",
- "canUseDashboardViewer"
- ]
- }
- }]
- },
- {
- "id": "operations",
- "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
- "type": "Menu",
- "icon": "common-menuoverflow",
- "weight": 20,
- "title": "%overflow_menu",
- "coachMark": {
- "title": "%createNewCoachMarkTitle",
- "contents": "%createNewCoachMarkContents"
- },
- "actionController": "ba_portal/common/controllers/HomeActionController",
- "items": [{
- "id": "setHome",
- "label": "%sethome_label"
- }]
- }
- ]
- }, {
- "id": "com.ibm.bi.glass.caPersonalMenu",
- "toolItems": [{
- "id": "ca_personalMenu",
- "containerId": "com.ibm.bi.glass.common.personalMenu",
- "type": "MenuContribution",
- "actionController": "ca_portal/common/controllers/MyMenuController",
- "items": [{
- "id": "myPreferences",
- "label": "%menuMyPreferences",
- "options": {
- "position": "right",
- "perspective": "home",
- "enableTabLooping": true,
- "content": {
- "module": "ca_portal/features/mypreferences/MyPreferences"
- }
- },
- "weight": 200
- },
- {
- "id": "about",
- "label": "%aboutLabel",
- "weight": 21
- },
- {
- "id": "com.ibm.bi.glass.common.login",
- "label": "%menuLogin",
- "weight": 20
- },
- {
- "id": "com.ibm.bi.glass.common.logout",
- "label": "%menuLogout",
- "weight": 10
- }
- ]
- }],
- "collectionContainers": [{
- "id": "settingsTabItems",
- "lensable": false
- }]
- },
- {
- "id": "actions",
- "actions":[
- {
- "id": "openMyPreferences",
- "description": "My Preferences slideout action",
- "items": [{
- "controller": "ca_portal/common/actions/OpenMyPreferencesAction",
- "weight": 900
- }]
- },
- {
- "id": "openCognosAnalyticsAboutBox",
- "description": "Shows a dialog about cognos",
- "items": [{
- "controller": "ca_portal/common/actions/OpenAboutCognosAction",
- "weight": 950
- }]
- }
- ]
- }],
- "services": {
- ".NPSService": {
- "module": "ca_portal/common/services/NPSService",
- "priority": "defer"
- }
- }
- }
|