Commit 89d7ae58 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 958875: Add a progress bar to the Server Push page

r=dkl a=justdave
parent c52852ac
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
<body> <body>
<h1 id="serverpush_msg">Please stand by ...</h1> <h1 id="serverpush_msg">Please stand by ...</h1>
<p class="center">
<progress>Data is being retrieved...</progress>
</p>
[% IF debug %] [% IF debug %]
<p>[% query FILTER html %]</p> <p>[% query FILTER html %]</p>
[% IF query_explain.defined %] [% IF query_explain.defined %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment