v2.14 - Adding ACK_URL for direct jump to Acknowledge edit windows of Zabbix

This commit is contained in:
Mark Oudsen 2023-07-10 14:34:55 +02:00
parent 0cd169a9d2
commit 2859d427f7

View File

@ -124,6 +124,7 @@
{% if GRAPH_ZABBIXLINK|length > 0 %} {% if GRAPH_ZABBIXLINK|length > 0 %}
// Graph ID: <a href="{{ GRAPH_ZABBIXLINK }}">{{ GRAPH_ID }}</a> // Graph ID: <a href="{{ GRAPH_ZABBIXLINK }}">{{ GRAPH_ID }}</a>
{% endif %} {% endif %}
// <a href="{{ ACK_URL }}">Ack</a>
</div> </div>
</td> </td>
</tr> </tr>
@ -189,4 +190,4 @@
{% endif %} {% endif %}
</table> </table>
</body> </body>
</html> </html>