We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235c861 commit 87d97a3Copy full SHA for 87d97a3
packages/manager/modules/pci/src/projects/project/sidebar/sidebar.html
@@ -38,11 +38,12 @@ <h2 class="mb-0 d-inline-block" style="font-weight: 400;" data-ng-bind="$ctrl.pr
38
</a>
39
<a
40
data-ng-if="subitem.options.url"
41
- class="oui-sidebar-link"
+ class="oui-sidebar-link oui-link_icon d-flex align-items-center"
42
data-ng-href="{{:: subitem.options.url[$ctrl.REGION] }}"
43
data-ng-click="$ctrl.onMenuItemClick(subitem)"
44
target="{{:: subitem.options.target }}">
45
<span class="item-title" data-translate="{{:: subitem.translation }}"></span>
46
+ <span class="oui-icon oui-icon-external_link" aria-hidden="true"></span>
47
48
</li>
49
</ul>
0 commit comments