aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/app/app.component.html')
-rw-r--r--ui/src/app/app.component.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html
index b05aee7..9e927ed 100644
--- a/ui/src/app/app.component.html
+++ b/ui/src/app/app.component.html
@@ -27,8 +27,10 @@
</div>
</form>
- <p *ngIf="downloads.loading">Loading...</p>
- <div class="metube-section-header">Downloading</div>
+ <div *ngIf="downloads.loading" class="alert alert-info" role="alert">
+ Connecting to server...
+ </div>
+ <div class="metube-section-header">Downloading</div>
<table class="table">
<thead>
<tr>
bgstack15