biofriction-wp-theme/node_modules/browser-sync-ui/lib/plugins/network-throttle/network-throttle.directive....

13 lines
375 B
HTML
Raw Normal View History

2021-10-26 14:18:09 +02:00
<section bs-panel-content>
<div ng-if="target.active">
<p ng-if="!target.urls.length">
Creating a throttled server, please wait...
</p>
<div ng-if="target.urls.length">
<ul bs-list>
<li ng-repeat="url in target.urls"><a href="{{url}}">{{url}}</a></li>
</ul>
</div>
</div>
</section>