Improve status message on local weather alerts node
This commit is contained in:
@ -139,7 +139,7 @@ let statusMsg = {
|
||||
"status": {
|
||||
"fill": "green",
|
||||
"shape": "dot",
|
||||
"text": alerts.length + " alerts processed at " + new Date().toLocaleString()
|
||||
"text": `${alerts.length} alerts processed at ${new Date().toLocaleString()}`
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user