Refactored many things and removed unnecessary things like IDEA files and stuff
This commit is contained in:
16
backend/target/classes/webroot/assets/chartjs-C6LAl0aW.js
Normal file
16
backend/target/classes/webroot/assets/chartjs-C6LAl0aW.js
Normal file
File diff suppressed because one or more lines are too long
601
backend/target/classes/webroot/assets/index-B9-ngIAm.js
Normal file
601
backend/target/classes/webroot/assets/index-B9-ngIAm.js
Normal file
File diff suppressed because one or more lines are too long
5
backend/target/classes/webroot/assets/index-DhzIL-fx.css
Normal file
5
backend/target/classes/webroot/assets/index-DhzIL-fx.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
17
backend/target/classes/webroot/assets/react-vendors-DbHEDQBy.js
vendored
Normal file
17
backend/target/classes/webroot/assets/react-vendors-DbHEDQBy.js
vendored
Normal file
File diff suppressed because one or more lines are too long
71
backend/target/classes/webroot/config/settings.json
Normal file
71
backend/target/classes/webroot/config/settings.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"userConfig": {
|
||||
"city": [
|
||||
37.38283,
|
||||
-5.97317
|
||||
]
|
||||
},
|
||||
"appConfig": {
|
||||
"endpoints": {
|
||||
"baseUrl": "http://localhost:8081/api/v1",
|
||||
"sensors": "sensors",
|
||||
"sensor": "sensors/sensor"
|
||||
},
|
||||
"historyChartConfig": {
|
||||
"chartOptionsDark": {
|
||||
"responsive": true,
|
||||
"maintainAspectRatio": false,
|
||||
"scales": {
|
||||
"x": {
|
||||
"grid": {
|
||||
"color": "rgba(255, 255, 255, 0.1)"
|
||||
},
|
||||
"ticks": {
|
||||
"color": "#E0E0E0"
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
"grid": {
|
||||
"color": "rgba(255, 255, 255, 0.1)"
|
||||
},
|
||||
"ticks": {
|
||||
"color": "#E0E0E0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"legend": {
|
||||
"display": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"chartOptionsLight": {
|
||||
"responsive": true,
|
||||
"maintainAspectRatio": false,
|
||||
"scales": {
|
||||
"x": {
|
||||
"grid": {
|
||||
"color": "rgba(0, 0, 0, 0.1)"
|
||||
},
|
||||
"ticks": {
|
||||
"color": "#333"
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
"grid": {
|
||||
"color": "rgba(0, 0, 0, 0.1)"
|
||||
},
|
||||
"ticks": {
|
||||
"color": "#333"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"legend": {
|
||||
"display": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
backend/target/classes/webroot/images/favicon.ico
Normal file
BIN
backend/target/classes/webroot/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/target/classes/webroot/images/logo.png
Normal file
BIN
backend/target/classes/webroot/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 412 KiB |
27
backend/target/classes/webroot/index.html
Normal file
27
backend/target/classes/webroot/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta property="og:title" content="ContaminUS" />
|
||||
<meta property="og:description" content="Midiendo la calidad del aire y las calles en Sevilla 🌿🚛" />
|
||||
<meta property="og:image" content="https://contaminus.miarma.net/logo.png" />
|
||||
<meta property="og:url" content="https://contaminus.miarma.net/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="es_ES" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="ContaminUS" />
|
||||
<meta name="twitter:description" content="Midiendo la calidad del aire y las calles en Sevilla 🌿🚛" />
|
||||
<meta name="twitter:image" content="https://contaminus.miarma.net/logo.png" />
|
||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
|
||||
<title>ContaminUS</title>
|
||||
<script type="module" crossorigin src="/assets/index-B9-ngIAm.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/react-vendors-DbHEDQBy.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/leaflet-DYDK0jU3.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/chartjs-C6LAl0aW.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DhzIL-fx.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user