fa-refresh n'existe plus en FA5 il faut utiliser fa-sync

This commit is contained in:
Christophe 2022-04-13 12:08:26 +02:00
parent 29c2e32428
commit ba9f23324d
2 changed files with 2 additions and 2 deletions

View file

@ -640,7 +640,7 @@ let monTableau = {
</button>
<button class="btn var_gamutable" type="button" @click.stop="chargerJson()"
title="Forcer le rechargement">
<i class="fa fa-refresh fas"></i>
<i class="fa fa-refresh fas fa-sync"></i>
</button>
<button class="btn gamutable--vueTable" title="Switcher en Vue tableau"

File diff suppressed because one or more lines are too long