Add url bar layout

This commit is contained in:
balazs
2019-01-21 16:49:11 +01:00
parent 79a4017386
commit fd297a6f5f
2 changed files with 21 additions and 6 deletions

View File

@ -13,12 +13,18 @@
[ngClass]="{'deploy-blur': deploying}">
<app-web *ngIf="!iframeUrl"></app-web>
<div *ngIf="iframeUrl" class="iframe-container">
<iframe class="iframe"
#webiframe
scrolling="yes"
frameborder="0"
[src]="iframeUrl | safe">
</iframe>
<div class="urlbar-container">
<button class="refresh">R</button>
<input type="text" class="urlbar" value="{{iframeUrl}}">
<button class="go">G</button>
</div>
<iframe class="iframe"
#webiframe
scrolling="yes"
frameborder="0"
(load)="iframeLoad()"
[src]="iframeUrl | safe">
</iframe>
</div>
</div>
<div class="tfw-ide">