mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-25 00:59:52 -05:00
23 lines
636 B
HTML
23 lines
636 B
HTML
<ol class="breadcrumb">
|
|
<li class="active">Workers</li>
|
|
</ol>
|
|
|
|
<div class="page-header">
|
|
<h1>Brozzler
|
|
<a href="/"><img src="/static/brozzler.svg" style="height:1.5em;float:right"></a>
|
|
</h1>
|
|
</div>
|
|
|
|
<div>
|
|
<h2>Workers</h2>
|
|
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6" ng-repeat="worker in workers">
|
|
{{worker.host}}
|
|
<iframe style="width:45rem;height:32rem;"
|
|
ng-src="{{'/static/noVNC/vnc.html?host=' + worker.host + '&port=' + worker.vnc_websocket_port + '&autoconnect=1&resize=downscale'}}">
|
|
</iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|