From a7c297fedfb34caf48d07c2859d23401d2a19d8e Mon Sep 17 00:00:00 2001 From: Sekiro-kost Date: Tue, 26 Sep 2023 17:52:48 +0200 Subject: [PATCH] fix health and overview --- core/class/mobile.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/class/mobile.class.php b/core/class/mobile.class.php index 6587b9a5..bece670d 100755 --- a/core/class/mobile.class.php +++ b/core/class/mobile.class.php @@ -1135,7 +1135,7 @@ public static function configMenuCustom($eqId, $jeedomVersion) ${'typeObject' . $i} = $objectId; ${'typewebviewurl' . $i} = $webviewUrl; ${'typeobjectId' . $i} = ''; - ${'tabUrl' . $i} = "/index.php?v={$webviewUrl}&p=overview"; + ${'tabUrl' . $i} = "/index.php?v=m&p=overview"; } else if ($objectId == 'home') { ${'typeObject' . $i} = $objectId; ${'typewebviewurl' . $i} = $webviewUrl; @@ -1146,12 +1146,12 @@ public static function configMenuCustom($eqId, $jeedomVersion) ${'typeObject' . $i} = $objectId; ${'typewebviewurl' . $i} = $webviewUrl; ${'typeobjectId' . $i} = ''; - ${'tabUrl' . $i} = "/index.php?v={$webviewUrl}&p=health"; + ${'tabUrl' . $i} = "/index.php?v=m&p=health"; } else if ($objectId == 'timeline') { ${'typeObject' . $i} = $objectId; ${'typewebviewurl' . $i} = $webviewUrl; ${'typeobjectId' . $i} = ''; - ${'tabUrl' . $i} = "/index.php?v={$webviewUrl}&p=timeline"; + ${'tabUrl' . $i} = "/index.php?v=m&p=timeline"; } } else if ($objectId == 'url') { ${'typeObject' . $i} = $objectId;