strong-arc
Version:
A visual suite for the StrongLoop API Platform
25 lines (24 loc) • 953 B
HTML
<div class="sl-profiler-navbar" id="ProfilerNavBar">
<nav class="sl-profiler-selector">
<div class="sl-toggler">
<span class="sl-toggler-label">Profile Target</span>
<sl-ui-toggle togglers="profilerTogglers" class="small"></sl-ui-toggle>
</div>
</nav>
<nav class="sl-profiler-remote" ng-show="profilerId == 'remote'">
<sl-pm-pid-selector multiple="enableMultiple"
on-update-host="updateHost(host)"
on-update-processes="updateProcesses(processes, refresh)"
on-update-selection="updateProcessSelection(selection)">
<button class="ui-btn accessory sl-profiler-settings-btn"
popover-template="profilerSettings.templateUrl"
popover-placement="bottom"
ng-show="smartProfilingSupport">
Profile Settings ({{profilerSettings.mode}})
</button>
<div ng-show="smartProfilerError">
{{smartProfilerError}}
</div>
</sl-pm-pid-selector>
</nav>
</div>