mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-13 23:16:55 +03:00
Update graph.html (#1802)
This commit is contained in:
@@ -48,7 +48,7 @@ fetch(_domainname + '/fileserver/log/data/' + datefile)
|
|||||||
.then(response => {
|
.then(response => {
|
||||||
// handle the response
|
// handle the response
|
||||||
if (response.status == 404) {
|
if (response.status == 404) {
|
||||||
firework.launch('No log data available for " + dateString, 'warning', 10000);
|
firework.launch("No log data available for " + dateString, 'warning', 10000);
|
||||||
}
|
}
|
||||||
response.text()
|
response.text()
|
||||||
.then( result => {
|
.then( result => {
|
||||||
|
|||||||
Reference in New Issue
Block a user