UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

12 lines (11 loc) 311 B
<div> <div class="loading" sl-common-loading-indicator size="small" ng-show="isShowPidsLoadingSpinner(host)"></div> <ul class="ui-list-scroll skinny" ng-show="!isShowPidsLoadingSpinner(host)"> <li ng-repeat="pid in host.processes.pids"> {{ pid.pid }} </li> </ul> </div>