Fixed problems with title when open graph in tree view in meta and nodo, tiquet: #2077
This commit is contained in:
parent
6c26961534
commit
896e6329c8
|
@ -1342,7 +1342,7 @@ class Tree {
|
|||
"type" => $graphType,
|
||||
"period" => SECONDS_1DAY,
|
||||
"id" => $module['id'],
|
||||
"label" => rawurlencode(urlencode(base64_encode($module['name']))),
|
||||
"label" => base64_encode($module['name']),
|
||||
"refresh" => SECONDS_10MINUTES
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue