Skip to content
Snippets Groups Projects
Commit 721bcb5e authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Merge branch '205-back-office-bug-d-affichage' into 'dev'

Resolve "[Back office] - Bug d'affichage"

See merge request !424
parents 0a83ccc9 c98baf9e
No related branches found
No related tags found
2 merge requests!425V2.1.1,!424Resolve "[Back office] - Bug d'affichage"
......@@ -124,6 +124,7 @@ sonarqube:
-Dsonar.projectVersion=1.0
-Dsonar.sourceEncoding=UTF-8
-Dsonar.projectBaseDir=.
-Dsonar.exclusions=src/assets/external/**/*
-Dsonar.host.url=${SONAR_URL}
-Dsonar.projectKey=${SONAR_PROJECT_KEY}
-Dsonar.login=${SONAR_TOKEN}
......@@ -148,6 +149,7 @@ sonarqube-mr:
-Dsonar.projectVersion=1.0
-Dsonar.sourceEncoding=UTF-8
-Dsonar.projectBaseDir=.
-Dsonar.exclusions=src/assets/external/**/*
-Dsonar.host.url=${SONAR_URL}
-Dsonar.projectKey=${SONAR_PROJECT_KEY}
-Dsonar.login=${SONAR_MR_TOKEN}
......
This diff is collapsed.
This diff is collapsed.
......@@ -52,8 +52,8 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol@0.72.0/dist/L.Control.Locate.min.css"
/>
<link rel="stylesheet" href="https://unpkg.com/ag-grid-community/dist/styles/ag-grid.css" />
<link rel="stylesheet" href="https://unpkg.com/ag-grid-community/dist/styles/ag-theme-alpine.css" />
<link rel="stylesheet" href="assets/external/ag-grid/ag-grid.css" />
<link rel="stylesheet" href="assets/external/ag-grid/ag-theme-alpine.css" />
<script
src="https://openlayers.org/en/v4.6.5/build/ol.js"
integrity="sha256-VC4mGHI/SvHwjGxD7oBob8kzwzbHy1MsgiCcrR5SbHg= sha384-/UhW2uuxuN/GcGRUL3CJA5ftmLinDAWEV5khyWrOKJ04xesUihAW/UNXf4VMvAuS sha512-WZO+8H/x0lzH/hIMaAan179GT2iyGNzbEA9nCGS7ju1jPPkUUr7uTHJGh3kxVG2GhDlxItuH1gbmFzHZiMul1Q=="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment