mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Now some monitor graphs are shown in 'only average' mode when accessing it from the metaconsole
This commit is contained in:
parent
bc6495412e
commit
7fda8a296d
pandora_console
@ -2055,6 +2055,7 @@ function events_page_details ($event, $server = "") {
|
||||
"label=" . rawurlencode(
|
||||
urlencode(
|
||||
base64_encode($module_module_name))) . $hashstring . "&" .
|
||||
(!empty($server) ? "avg_only=1&" : "") .
|
||||
"refresh=" . SECONDS_10MINUTES . "','day_".$win_handle."')";
|
||||
|
||||
$data[1] = '<a href="javascript:'.$link.'">';
|
||||
|
@ -1217,6 +1217,7 @@ foreach ($result as $row) {
|
||||
"label=" . rawurlencode(
|
||||
urlencode(
|
||||
base64_encode($row["module_name"]))) . "&" .
|
||||
"avg_only=1&" .
|
||||
"refresh=" . SECONDS_10MINUTES . "', 'day_".$win_handle."')";
|
||||
else
|
||||
$link ="winopeng('" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user