Fixed graph.get issue with workaround; several bugfixes and enhancements (v1.16)

This commit is contained in:
Mark Oudsen
2021-03-02 23:17:03 +01:00
parent cb8d2cb546
commit 42bea0df98
4 changed files with 63 additions and 49 deletions

View File

@@ -69,6 +69,9 @@
Trigger ID: <a href="{{ TRIGGER_URL }}">{{ TRIGGER_ID }}</a> //
Item ID: <a href="{{ ITEM_URL }}">{{ ITEM_ID }}</a> //
Host ID: <a href="{{ HOST_URL }}">{{ HOST_ID }}</a>
{% if GRAPH_ZABBIXLINK|length > 0 %}
// Graph ID: <a href="{{ GRAPH_ZABBIXLINK }}">{{ GRAPH_ID }}</a>
{% endif %}
</p>
</body>
</html>