summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-20 09:25:44 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-20 10:55:24 -0200
commita0cbaf84fd86fc91cba892a7a19b0ade7c017a3c (patch)
treed911b8ccf7986fd3570c6a42615442bb8acca9df /web-ui/app/index.html
parent32fe00c7b23883a0ce35910537cb1966457624cb (diff)
#82: adding "loading..." message to sinalize an ajax call has been made
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r--web-ui/app/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index 16521d37..7e3189a2 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -15,8 +15,9 @@
<body>
<div class="off-canvas-wrap" data-offcanvas>
- <header id="main">
- <div id="user-alerts"></div>
+ <header id="main" >
+ <div id="user-alerts" class="message-panel"></div>
+ <div id="loading" class="message-panel"><span>Loading...</span></div>
</header>
<div class="inner-wrap">