TilesView.html 770 B

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