Make URL bar optional

This commit is contained in:
Kristóf Tóth
2019-06-25 11:12:18 +02:00
parent 8a364f843e
commit 9d2efb3c45
3 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="tfw-web tao-grid-top-left"
[ngClass]="{'deploy-blur': deploying || polling}">
<app-web *ngIf="!iframeUrl"></app-web>
<div class="urlbar-container">
<div *ngIf="showUrlBar" class="urlbar-container">
<button class="refresh btn btn-sm rounded-circle" (click)="reloadIframe()">&#8635;</button>
<input type="text"
#urlbar