Private
Public Access
1
0

small improvement

This commit is contained in:
Sander Roosendaal
2019-11-21 22:11:29 +01:00
parent 98d0c42738
commit 75664bbd62
2 changed files with 7 additions and 5 deletions

View File

@@ -175,7 +175,9 @@
document.getElementById("{{ id }}").innerHTML = {{ id }}_now;
{% endfor %}
{% for group in metricsgroups %}
set_{{ group }}();
try {
set_{{ group }}();
} catch (e) {}
{% endfor %}
// gauge.set(catch_now);
try {