Skip to content

Commit

Permalink
fix disappeared icon
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Jun 22, 2021
1 parent 3245d56 commit 6aea48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphe_frontend/app/views/webentity.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h1 class="word-break">
ng-show="job.globalStatus != 'ACHIEVED' && job.globalStatus != 'UNSUCCESSFUL' && job.globalStatus != 'CANCELED'"
ng-click="abortCrawl(job)"
>
<md-icon>trash</md-icon>
<md-icon>clear</md-icon>
ABORT
</md-button>
</div>
Expand Down

0 comments on commit 6aea48a

Please sign in to comment.