diff --git a/React_Starter/src/views/Dashboard/Dashboard.js b/React_Starter/src/views/Dashboard/Dashboard.js index eccebd1ad..de1804d1d 100644 --- a/React_Starter/src/views/Dashboard/Dashboard.js +++ b/React_Starter/src/views/Dashboard/Dashboard.js @@ -81,6 +81,8 @@ class Dashboard extends Component { } }) .then(res => { + // Je met des commentaire pour tester l'edit :D + const results = res.data.hits.hits.map(obj => obj._source); this.setState({ results : results, diff --git a/React_Starter/src/views/Dashboard/LastProcess.js b/React_Starter/src/views/Dashboard/LastProcess.js index 25a18011d..fde255758 100644 --- a/React_Starter/src/views/Dashboard/LastProcess.js +++ b/React_Starter/src/views/Dashboard/LastProcess.js @@ -11,7 +11,7 @@ class LastProcess extends Component { } componentDidMount() { - axios.post(`http://lgc-sandbox-dev:9200/console/_search`, { + axios.post(`http://remove_leclerc_interne_uri:9200/console/_search`, { version: true, size: 1, sort: [