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…
Reference in New Issue