Improve status message on local weather alerts node
This commit is contained in:
@ -139,7 +139,7 @@ let statusMsg = {
|
|||||||
"status": {
|
"status": {
|
||||||
"fill": "green",
|
"fill": "green",
|
||||||
"shape": "dot",
|
"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