mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
fix dashboard full screen pandora_enterprise#13891
This commit is contained in:
parent
e5a7fcdb11
commit
2855563a83
@ -41,9 +41,9 @@ if (empty($dashboardId)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$queryFull = [
|
$queryFull = [
|
||||||
'refr' => $refr,
|
'dashboardId' => $dashboardId,
|
||||||
'pure' => 1,
|
'refr' => $refr,
|
||||||
'hash' => $hash,
|
'pure' => 1,
|
||||||
];
|
];
|
||||||
$urlFull = $url.'&'.http_build_query($queryFull);
|
$urlFull = $url.'&'.http_build_query($queryFull);
|
||||||
$fullscreen['text'] = '<a id="full_screen_link" href="'.$urlFull.'">';
|
$fullscreen['text'] = '<a id="full_screen_link" href="'.$urlFull.'">';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user