Skip to content

Commit

Permalink
Merge pull request camelot-dev#57 from Lamaun/auto-refresh-html
Browse files Browse the repository at this point in the history
[MRG] Auto refresh with html
  • Loading branch information
vinayak-mehta authored Nov 14, 2019
2 parents db376fe + 181608b commit 66300b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions excalibur/www/templates/job.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ <h4>Extracted Data</h4>
{% endfor %}
</div>
{% else %}
<meta http-equiv="refresh" content="0.5" >
<div class="container">
<div class="jumbotron">
<h1 class="display-4">Refresh</h1>
<p class="lead">Please wait while the tables are extracted. Refresh again in some time.</p>
<h1 class="display-4">Processing</h1>
<p class="lead">Please wait while the tables are extracted.</p>
</div>
</div>
{% endif %}
Expand Down
5 changes: 3 additions & 2 deletions excalibur/www/templates/workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,11 @@ <h6><a href="https://camelot-py.readthedocs.io/en/master/user/advanced.html" tar
</div>
</div>
{% else %}
<meta http-equiv="refresh" content="0.5" >
<div class="container">
<div class="jumbotron">
<h1 class="display-4">Refresh</h1>
<p class="lead">Please wait while the pages are converted to images. Refresh again in some time.</p>
<h1 class="display-4">Processing</h1>
<p class="lead">Please wait while the pages are converted to images.</p>
</div>
</div>
{% endif %}
Expand Down

0 comments on commit 66300b6

Please sign in to comment.