fix mac links: now to Grafana

This commit is contained in:
2025-05-25 17:19:47 +03:00
parent bdea1b9fce
commit fbe8681a23
3 changed files with 5 additions and 2 deletions

View File

@@ -36,8 +36,8 @@
<tr>
<td>MAC address</td>
<td>
<span class="tooltipped" data-tooltip="Show in machines view">
<a href="/m/machine?mac={{ item.mac | quote_plus }}">
<span class="tooltipped" data-tooltip="Show IP usage in Grafana">
<a href="{{ constants.MACADDRESS_OUTLINK_BASEURL }}{{ item.mac }}">
{{ item.mac }}
</a>
</span>