Fix missing endif for nested if
This commit is contained in:
parent
b54b3a55d5
commit
474836e077
|
|
@ -763,6 +763,7 @@ chart{{ metricName|replace({'-': '_', '.': '_'}) }}.canvas.addEventListener('mou
|
|||
chart{{ metricName|replace({'-': '_', '.': '_'}) }}.update();
|
||||
});
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue