Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix computer lock tab display. closes #3115
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Mar 13, 2021
1 parent 4d7b234 commit 315f439
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inc/lock.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) {
case 'PluginFusioninventoryConfig':
return PluginFusioninventoryLock::getTypeName(2);

case 'Computer':
return '';

case 'NetworkEquipment':
$itemtype = 'networking';

Expand Down

0 comments on commit 315f439

Please sign in to comment.