maj les commentaires

front
Gwenael PLANCHON 1 year ago
parent af877cd8f8
commit f84cb2fb5b

@ -25,6 +25,7 @@ export default{
case 'object': case 'object':
case 'function': case 'function':
return "hidden" //TODO : implementer le reste return "hidden" //TODO : implementer le reste
//TODO faire un select au lieu d'un input si jamais on trouve un endpoint en mettant un "s" a la fin du nomColonne
} }
}, },
estUneDate: function(date) { //TODO mettre cette fonction dans un fichier commun estUneDate: function(date) { //TODO mettre cette fonction dans un fichier commun

@ -62,7 +62,6 @@ export default{
<label for="endpointInput">Endpoint API (REST) {{ REST_API }}/</label> <label for="endpointInput">Endpoint API (REST) {{ REST_API }}/</label>
<input v-model="endpoint" id="endpointInput"> <input v-model="endpoint" id="endpointInput">
<button @click="rafraichirEndpoint()">Rafraichir</button> <button @click="rafraichirEndpoint()">Rafraichir</button>
<!-- TODO : popup qui affiche Ajout.vue pour ajouter une nouvelle ligne-->
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>

Loading…
Cancel
Save