diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-21 17:37:18 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-21 17:43:08 +0200 |
commit | f776106f363474c6d26116b44decabdbbfea11eb (patch) | |
tree | 23471f62e4a8aa80e967457189032277250cf88e /web-ui/app/index.html | |
parent | 1d9e0856f3e6770a83dfd5b34ab149305e4703a1 (diff) |
Adding progress bar for syncing mails
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 0249630e..546a59b6 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -49,6 +49,7 @@ </section> <section id="middle-pane" class="small-9 medium-12 large-12 columns no-padding"> + <div id="mail-syncing-progress-bar" ></div> <ul id="mail-list"> </ul> </section> |