QuickLaunchTarget.html 486 B

12345678910111213
  1. /**
  2. * Licensed Materials - Property of IBM
  3. * IBM Cognos Products: ca-home
  4. * (C) Copyright IBM Corp. 2018
  5. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. <div id="{{!it.target.id}}" class="quickLaunchTarget" aria-label="{{!it.target.label}}">
  8. <svg class="svgIcon quickLaunchTargetIcon" role="img" focusable="false"></svg>
  9. <div class="quickLaunchTargetName">
  10. {{!it.target.label}}
  11. </div>
  12. </div>