Skip to content

Commit

Permalink
fix(item_devices.class.php): title for each table
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLemarchand committed Feb 13, 2024
1 parent 4026553 commit 209a3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/item_devices.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,8 @@ static function showForItem(CommonGLPI $item, $withtemplate = 0)
$values[] = $newValue;
$massive_action[] = sprintf('item[%s][%s]', $link::class, $data['id']);
}
echo "<hr>";
echo "<h2>".$link::getTypeName()."</h2>";
renderTwigTemplate('table.twig', [
'id' => $massiveActionContainerId,
'fields' => $fields,
Expand Down

0 comments on commit 209a3b9

Please sign in to comment.