Reverse proxy fix #779

This commit is contained in:
jokob-sk
2024-11-18 22:45:48 +11:00
parent 1b404e579a
commit 55881249e2
2 changed files with 8 additions and 8 deletions

View File

@@ -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,