Skip to content

Commit

Permalink
fix health and overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiro-kost committed Sep 26, 2023
1 parent d362511 commit a7c297f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/class/mobile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit a7c297f

Please sign in to comment.