fa-refresh n'existe plus en FA5 il faut utiliser fa-sync
This commit is contained in:
parent
29c2e32428
commit
ba9f23324d
2 changed files with 2 additions and 2 deletions
|
@ -640,7 +640,7 @@ let monTableau = {
|
||||||
</button>
|
</button>
|
||||||
<button class="btn var_gamutable" type="button" @click.stop="chargerJson()"
|
<button class="btn var_gamutable" type="button" @click.stop="chargerJson()"
|
||||||
title="Forcer le rechargement">
|
title="Forcer le rechargement">
|
||||||
<i class="fa fa-refresh fas"></i>
|
<i class="fa fa-refresh fas fa-sync"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn gamutable--vueTable" title="Switcher en Vue tableau"
|
<button class="btn gamutable--vueTable" title="Switcher en Vue tableau"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue