1234567891011121314151617181920 |
- /**
- * Licensed Materials - Property of IBM
- * IBM Cognos Products: BI Glass
- * (C) Copyright IBM Corp. 2017, 2018
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- {{? !it.assets || it.assets.length === 0 }}
- <div class="assetTilesNoRecents">
- <svg class="svgIcon noRecentsIcon" role="img" focusable="false">
- <use style="pointer-events: none;" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ca_home-no-content_128"></use>
- </svg>
- <div class="noRecentsText">
- <div class="noRecentsHeading">{{=it.stringGetter.get('noRecents')}}</div>
- <div class="noRecentsParagraph">{{=it.stringGetter.get(it.canUpload ? 'trySamples' : 'trySamplesNoBrowse')}}</div>
- </div>
- </div>
- {{?}}
|