Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Maluyk committed Jun 5, 2020
1 parent 5de391d commit bc82cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions label_studio/templates/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<div style="margin-top: 7px">
<!-- Storage settings -->
<span data-tooltip="Change source storage filter">
<i class="fas fa-cloud-download-alt sup-button big"
<i class="fas fa-cog sup-button big"
@click="loadStorageSettings(); storage_settings.source.show=true"></i>
</span>
<!-- Delete tasks -->
Expand Down Expand Up @@ -146,7 +146,7 @@
<!-- Controls -->
<div style="margin-top: 7px">
<span data-tooltip="Change target storage">
<i class="fas fa-cloud-upload-alt sup-button big"
<i class="fas fa-cog sup-button big"
@click="loadStorageSettings(); storage_settings.target.show=true"></i>
</span>
</div>
Expand Down

0 comments on commit bc82cd5

Please sign in to comment.