123456789101112131415161718192021 |
- 'use strict';
- /**
- * Licensed Materials - Property of IBM
- * IBM Cognos Products: ba-dashboard-core
- * (C) Copyright IBM Corp. 2018, 2020
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- define({
- 'generalInfo': 'General',
- 'widgetId': 'Widget ID',
- 'widgetType': 'Widget type',
- 'serviceability': 'Serviceability',
- 'showInfoForAll': 'Show duration for all visualizations',
- 'hideInfoForAll': 'Hide duration for all visualizations',
- 'copyButton': 'Copy',
- 'closeButton': 'Close',
- 'specification': 'Specification',
- 'showDetails': 'Show specification'
- });
- //# sourceMappingURL=ServiceabilityResources.js.map
|