mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
(systemhealth) show item name on title
This commit is contained in:
parent
62e7fd2834
commit
e17757c8d6
@ -579,7 +579,9 @@ class SystemhealthController extends ApiControllerBase
|
||||
|
||||
return ["sets" => $data_sets_full,
|
||||
"d3" => $result,
|
||||
"title"=>$rrd_details["title"],
|
||||
"title"=>$rrd_details["title"] != "" ?
|
||||
$rrd_details["title"] . " | " . ucfirst($rrd_details['itemName']) :
|
||||
ucfirst($rrd_details['itemName']),
|
||||
"y-axis_label"=>$rrd_details["y-axis_label"]
|
||||
]; // return details and d3 data
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user