前端代码
This commit is contained in:
12
node_modules/browser-sync-ui/lib/plugins/network-throttle/network-throttle.directive.html
generated
vendored
Normal file
12
node_modules/browser-sync-ui/lib/plugins/network-throttle/network-throttle.directive.html
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<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>
|
Reference in New Issue
Block a user