Workaround for Status icon
This commit is contained in:
parent
1d566b4d18
commit
7a2cb912b2
|
@ -2891,7 +2891,7 @@ function ui_print_status_image(
|
|||
|
||||
if ($image_with_css === true) {
|
||||
$shape_status = get_shape_status_set($type);
|
||||
$shape_status['is_tree_view'] = true;
|
||||
// $shape_status['is_tree_view'] = true;
|
||||
return ui_print_status_sets($type, $title, $return, $shape_status, $extra_info);
|
||||
} else {
|
||||
$imagepath .= '/'.$type;
|
||||
|
|
Loading…
Reference in New Issue