horizon/openstack_dashboard/contrib/developer/profiler/templates/profiler/_mode_picker.html

13 lines
470 B
HTML

<li class="dropdown" ng-controller="profilerActionsController as ctrl">
<a data-toggle="dropdown" href="#" class="dropdown-toggle" role="button"
aria-expanded="false">
<span class="fa fa-calculator"></span>
Profile
<span class="fa fa-caret-down"></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" ng-click="ctrl.profilePage()">
<span class="fa fa-refresh"></span> Profile Current Page
</a></li>
</ul>
</li>