mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +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 = [
|
||||
'refr' => $refr,
|
||||
'pure' => 1,
|
||||
'hash' => $hash,
|
||||
'dashboardId' => $dashboardId,
|
||||
'refr' => $refr,
|
||||
'pure' => 1,
|
||||
];
|
||||
$urlFull = $url.'&'.http_build_query($queryFull);
|
||||
$fullscreen['text'] = '<a id="full_screen_link" href="'.$urlFull.'">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user