Workaround for Status icon

This commit is contained in:
Jose Gonzalez 2023-02-21 14:16:37 +01:00
parent 1d566b4d18
commit 7a2cb912b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;