mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* webui: Add links to accesspoints in alerts #5878 * webui: added link to APs for alert details #5878
This commit is contained in:
@ -1128,6 +1128,11 @@ function alert_details($details)
|
||||
$fallback = false;
|
||||
}
|
||||
|
||||
if ($tmp_alerts['accesspoint_id']) {
|
||||
$fault_detail .= generate_ap_link($tmp_alerts, $tmp_alerts['name']) . '; ';
|
||||
$fallback = false;
|
||||
}
|
||||
|
||||
if ($tmp_alerts['type'] && $tmp_alerts['label']) {
|
||||
if ($tmp_alerts['error'] == "") {
|
||||
$fault_detail .= ' '.$tmp_alerts['type'].' - '.$tmp_alerts['label'].'; ';
|
||||
|
Reference in New Issue
Block a user