mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-22 04:39:36 -04:00
tweaking workers page
This commit is contained in:
parent
7b39ba021b
commit
d9d69a88fd
1 changed files with 3 additions and 5 deletions
|
@ -12,13 +12,11 @@
|
||||||
<h2>Workers</h2>
|
<h2>Workers</h2>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12" ng-repeat="worker in workers">
|
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6" ng-repeat="worker in workers">
|
||||||
<!--
|
{{worker.host}}
|
||||||
<iframe style="width:800px;height:550px"
|
<iframe style="width:45rem;height:32rem;"
|
||||||
ng-src="{{'/static/noVNC/vnc.html?host=' + worker.host + '&port=' + worker.vnc_websocket_port + '&autoconnect=1&resize=downscale'}}">
|
ng-src="{{'/static/noVNC/vnc.html?host=' + worker.host + '&port=' + worker.vnc_websocket_port + '&autoconnect=1&resize=downscale'}}">
|
||||||
{{worker}}
|
|
||||||
</iframe>
|
</iframe>
|
||||||
-->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue