mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Changed button icon for importer
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5acb493efd
commit
85a85082b7
|
@ -80,7 +80,7 @@
|
|||
<td class="col-md-1">@{{ currentFile.filesize }}</td>
|
||||
<td class="col-md-1 text-right">
|
||||
<button class="btn btn-sm btn-info" @click="toggleEvent(currentFile.id)">
|
||||
<i class="fas fa-cloud-download-alt fa-fw" aria-hidden="true"></i>
|
||||
<i class="fa-regular fa-retweet fa-fw" aria-hidden="true"></i>
|
||||
<span class="sr-only">{{ trans('general.import') }}</span>
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Reference in a new issue