ajout bouton forcer rechaegement json
This commit is contained in:
parent
525694c1ee
commit
5bbd2190e2
2 changed files with 8 additions and 4 deletions
|
@ -594,6 +594,10 @@ let monTableau = {
|
||||||
<i class="fa fas fa-eraser rouge"></i>
|
<i class="fa fas fa-eraser rouge"></i>
|
||||||
<i class="fa fa-filter fas"></i>
|
<i class="fa fa-filter fas"></i>
|
||||||
</button>
|
</button>
|
||||||
|
<button class="btn var_gamutable" type="button" @click.stop="chargerJson()"
|
||||||
|
title="Forcer">
|
||||||
|
<i class="fa fa-redo"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
<button class="btn gamutable--vueTable" title="Switcher en Vue tableau"
|
<button class="btn gamutable--vueTable" title="Switcher en Vue tableau"
|
||||||
@click.stop="changerVue('tableau')"
|
@click.stop="changerVue('tableau')"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue