small improvement
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user