mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 14:07:00 +03:00
Update graph.html (#1802)
This commit is contained in:
@@ -48,7 +48,7 @@ fetch(_domainname + '/fileserver/log/data/' + datefile)
|
||||
.then(response => {
|
||||
// handle the response
|
||||
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()
|
||||
.then( result => {
|
||||
|
||||
Reference in New Issue
Block a user