123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "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.",
- "label": "Activities",
- "capabilities": ["canUseScheduling"],
- "localizationFileName": "schedule_mgmt",
- "features": [{
- "id": "com.ibm.bi.schedule_mgmt",
- "content": {
- "module": "bi/admin/status/slideout/MySchedulesPane"
- },
- "contextMenus": [{
- "id": "scheduleMenu",
- "label": "Schedule options",
- "actionController": "bi/admin/common/ContextMenuController",
- "lensable": true,
- "type": "Menu",
- "items": [{
- "id": "setProperties",
- "label": "%setProperties_label",
- "icon": "common-configure-manage",
- "weight": 300
- },{
- "id": "runOnce",
- "label": "%run_label",
- "icon": "common-run",
- "weight": 300
- }, {
- "id": "runHistoryJobDetails",
- "label": "%viewRunHistoryDetail",
- "icon": "common-savedoutput_reporthistory",
- "weight": 400
- }, {
- "id": "activity-cancel",
- "label": "%cancel",
- "icon": "common-close-cancel-error",
- "weight": 300
- },{
- "id": "update_subscription",
- "label": "%update_subscription_label",
- "icon": "common-subscribe_icon",
- "weight": 300
- },
- {
- "id": "update_schedule",
- "label": "%update_schedule_label",
- "icon": "common-subscribe_icon",
- "weight": 300
- },
- {
- "id": "versions",
- "label": "%view_versions_label",
- "icon": "common-versions",
- "weight": 200
- },
- {
- "id": "useMyCredentials",
- "label": "%useMyCredentials",
- "icon": "common-use_credentials"
- }, {
- "id": "disableSchedule",
- "label": "%disableTheSchedule",
- "icon": "common-disable_schedule"
- }, {
- "id": "enableSchedule",
- "label": "%enableTheSchedule",
- "icon": "common-enable_schedule"
- }, {
- "id": "disableSubscription",
- "label": "%disableTheSubscription",
- "icon": "common-disable_schedule"
- }, {
- "id": "enableSubscription",
- "label": "%enableTheSubscription",
- "icon": "common-enable_schedule"
- }, {
- "id": "setPriority",
- "label": "%setPriority",
- "icon": "common-set_priority"
- }, {
- "id": "removeSchedule",
- "label": "%removeTheSchedule",
- "icon": "common-remove_schedule"
- }, {
- "id": "removeSubscription",
- "label": "%removeTheSubscription",
- "icon": "common-remove_schedule"
- },{
- "id": "runDetail",
- "label": "%runDetails",
- "icon": "common-savedoutput_reporthistory"
- }, {
- "id": "suspend",
- "label": "%suspend",
- "icon": "admin-pause"
- },{
- "id": "release",
- "label": "%release",
- "icon": "admin-play"
- }]
- }]
- }]
- }
-
|