We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f47549 commit f9562a1Copy full SHA for f9562a1
root/info.xml
@@ -1,6 +1,6 @@
1
<extension version="1">
2
<name>WiresharkAnalyzer</name>
3
<description>A monitoring tool designed to analyze traffic on BACnet/IP networks.</description>
4
- <version>0.1.0</version>
+ <version>0.1.1</version>
5
<vendor>Automatic Controls Equipment Systems, Inc.</vendor>
6
</extension>
src/aces/webctrl/wireshark/resources/AlarmPage.html
@@ -77,6 +77,7 @@
77
return b["time"]-a["time"];
78
});
79
const body = document.getElementById("alarm_body");
80
+ body.replaceChildren();
81
const hideDismissed = document.getElementById("toggleDismissed").checked;
82
for (const x of data){
83
const id = x["id"];
0 commit comments