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