Skip to content

Commit

Permalink
#213 Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Belberus committed Sep 8, 2020
1 parent 5245dce commit e7b89c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file removed src/static/resources/pdro.gif
Binary file not shown.
3 changes: 1 addition & 2 deletions src/static/views/toolv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
<div class="row">
<div class="panel" style="position: absolute; left: 30%; width: 40%; top: 20%;">
<div class="panel-body">
<img ng-if="toolParameters.user.name !== 'martin'" src="/static/resources/loading.gif" />
<img ng-if="toolParameters.user.name === 'martin'" src="/static/resources/pdro.gif" />
<img src="/static/resources/loading.gif" />
<h2>Loading content</h2>
<p>Please wait</p>
</div>
Expand Down

0 comments on commit e7b89c1

Please sign in to comment.