mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Reverse proxy fix #779
This commit is contained in:
@@ -286,7 +286,7 @@ function processDeviceTotals(devicesData) {
|
||||
(getSetting('UI_shown_cards') == "" || getSetting('UI_shown_cards').includes(filter.status))
|
||||
) {
|
||||
dataArray.push({
|
||||
onclickEvent: `forceLoadUrl('/devices.php#${filter.status}')`,
|
||||
onclickEvent: `forceLoadUrl('devices.php#${filter.status}')`,
|
||||
color: filter.color,
|
||||
title: count,
|
||||
label: filter.label,
|
||||
|
||||
Reference in New Issue
Block a user