mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
45
node_modules/browser-sync-ui/lib/plugins/overview/url-info.html
generated
vendored
Normal file
45
node_modules/browser-sync-ui/lib/plugins/overview/url-info.html
generated
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
<div>
|
||||
<section bs-panel ng-repeat="url in urls">
|
||||
<div bs-panel-content>
|
||||
<div bs-panel-icon>
|
||||
<icon icon="{{url.icon}}"></icon>
|
||||
</div>
|
||||
<p bs-text="lede">{{url.title}}</p>
|
||||
<p><a href="{{url.url}}">{{url.url}}</a></p>
|
||||
<div bs-button-group>
|
||||
<a href="{{url.url}}" target="_blank" bs-button="size-small subtle-alt icon-left">
|
||||
<icon icon="newtab"></icon>
|
||||
new tab
|
||||
</a>
|
||||
<a href="#" ng-click="sendAllTo(url.url)" bs-button="size-small subtle-alt icon-left">
|
||||
<icon icon="syncall"></icon>
|
||||
sync all
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section ng-if="ui.server">
|
||||
<div bs-panel="full">
|
||||
<div bs-panel-content>
|
||||
<div bs-panel-icon>
|
||||
<icon icon="terminal"></icon>
|
||||
</div>
|
||||
<p bs-text="lede">Serving files from</p>
|
||||
<ul bs-list="basic">
|
||||
<li ng-repeat="url in options.server.baseDir">{{url}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section bs-panel ng-if="ui.proxy">
|
||||
<div bs-panel-content>
|
||||
<div bs-panel-icon>
|
||||
<icon icon="target"></icon></svg>
|
||||
</div>
|
||||
<p bs-text="lede">Proxying:</p>
|
||||
<p>
|
||||
<a href="{{options.proxy.target}}" target="_blank">{{options.proxy.target}}</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
Reference in New Issue
Block a user