Skip to content

Commit f9562a1

Browse files
committed
v0.1.1 update
fixed bug on front-end where alarm page doesn't clear previous alarms when refreshing
1 parent 0f47549 commit f9562a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

root/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<extension version="1">
22
<name>WiresharkAnalyzer</name>
33
<description>A monitoring tool designed to analyze traffic on BACnet/IP networks.</description>
4-
<version>0.1.0</version>
4+
<version>0.1.1</version>
55
<vendor>Automatic Controls Equipment Systems, Inc.</vendor>
66
</extension>

src/aces/webctrl/wireshark/resources/AlarmPage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
return b["time"]-a["time"];
7878
});
7979
const body = document.getElementById("alarm_body");
80+
body.replaceChildren();
8081
const hideDismissed = document.getElementById("toggleDismissed").checked;
8182
for (const x of data){
8283
const id = x["id"];

0 commit comments

Comments
 (0)