Skip to content

Commit

Permalink
[WebUI] Fix alert status reset
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Aug 14, 2020
1 parent 042053e commit 88ff9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/js/app/stats.js
Expand Up @@ -254,7 +254,7 @@ define(["jquery", "d3pie"],
for (var e in neighbours_status) {
if (neighbours_status[e].status === true) {
// Remove alert status
localStorage.removeItem(e + "_alerted");
sessionStorage.removeItem("alerted_stats_" + neighbours_status[e].name);

var data = neighbours_status[e].data;
for (var action in neighbours_sum.actions) {
Expand Down

0 comments on commit 88ff9ed

Please sign in to comment.