Started integrating external systems

This commit is contained in:
2026-07-23 14:48:30 +02:00
parent 8e218fd4ba
commit 4abb94b88c
21 changed files with 485 additions and 33 deletions
+32
View File
@@ -119,3 +119,35 @@
</td>
</tr>
</table>
{if $extlink}
<table class="info">
<tr>
<td class="header">
External Links
</td>
</tr>
<tr>
<td>In development</td>
</tr>
</table>
{/if}
{if $refid}
<table class="info">
<tr>
<td class="header">
Externe Daten
</td>
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td class="label">Zabbix</td>
<td class="value">HostID = {$refid}, {$zbx_hostname}
</td>
</tr>
</table>
{/if}