Bug fixes (v1.11)

This commit is contained in:
Mark Oudsen
2021-02-28 21:31:46 +01:00
parent 3ec9004db9
commit 6289a1cbdb
5 changed files with 35 additions and 18 deletions

View File

@@ -51,9 +51,9 @@
{% if EVENT_SEVERITY == "Resolved" %}
Duration: <b>{{ EVENT_DURATION }}</b><br/>
{% endif %}
Item: <b>{{ ITEM_NAME }}</b> ({{ ITEM_KEY }})<br/>
Item: <b>{{ ITEM_NAME }}</b><br/>
Previous/Last: {{ ITEM_PREVIOUSVALUE }} ==&gt; {{ ITEM_LASTVALUE }}
<p><a href="{{ EVENT_URL }}">Event Details</a><br/></p>
<p><a href="{{ EVENTDETAILS_URL }}">Event Details</a><br/></p>
</td></tr>
</table>
</td>
@@ -65,10 +65,10 @@
{% endif %}
</table>
<p style="font-size:10px">
Event ID: <a href="{{ EVENT_URL }}">{{ EVENT_ID }}</a> //
Event ID: <a href="{{ EVENTDETAILS_URL }}">{{ EVENT_ID }}</a> //
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>
</p>
</body>
</html>
</html>