mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
BE: link to server in reports #1267
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td height=200 valign=top style="padding: 10px">
|
||||
<NEW_DEVICES_TABLE>
|
||||
<DOWN_DEVICES_TABLE>
|
||||
<DOWN_RECONNECTED_TABLE>
|
||||
<EVENTS_TABLE>
|
||||
<PLUGINS_TABLE>
|
||||
NEW_DEVICES_TABLE
|
||||
DOWN_DEVICES_TABLE
|
||||
DOWN_RECONNECTED_TABLE
|
||||
EVENTS_TABLE
|
||||
PLUGINS_TABLE
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -34,11 +34,11 @@
|
||||
<table width=100% bgcolor=#3c8dbc cellpadding=5px cellspacing=0 style="font-size: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;">
|
||||
<tr>
|
||||
<td width=50% style="text-align:center;color: white;" bgcolor="#3c8dbc">
|
||||
<NEW_VERSION>
|
||||
| Sent: <REPORT_DATE>
|
||||
| Server: <SERVER_NAME>
|
||||
| Built: <BUILD_DATE>
|
||||
| Version: <BUILD_VERSION>
|
||||
NEW_VERSION
|
||||
| Sent: REPORT_DATE
|
||||
| Server: <a href="REPORT_DASHBOARD_URL" target="_blank" style="color:#ffffff;">SERVER_NAME</a>
|
||||
| Built: BUILD_DATE
|
||||
| Version: BUILD_VERSION
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<NEW_DEVICES_TABLE>
|
||||
<DOWN_DEVICES_TABLE>
|
||||
<DOWN_RECONNECTED_TABLE>
|
||||
<EVENTS_TABLE>
|
||||
<PLUGINS_TABLE>
|
||||
NEW_DEVICES_TABLE
|
||||
DOWN_DEVICES_TABLE
|
||||
DOWN_RECONNECTED_TABLE
|
||||
EVENTS_TABLE
|
||||
PLUGINS_TABLE
|
||||
|
||||
Report Date: <REPORT_DATE>
|
||||
Server: <SERVER_NAME>
|
||||
<NEW_VERSION>
|
||||
Report Date: REPORT_DATE
|
||||
Server: SERVER_NAME
|
||||
Link: REPORT_DASHBOARD_URL
|
||||
NEW_VERSION
|
||||
Reference in New Issue
Block a user