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