Skip to content

Commit

Permalink
add 'Peripheral' to $CFG_GLPI["itemdevicepowersupply_types"]
Browse files Browse the repository at this point in the history
for example, i wanna add storage Fujitsu DX100 and it have power supply, but now i cannot add it
  • Loading branch information
mykolaq authored and trasher committed Nov 20, 2023
1 parent 8aeaf7a commit f0ab689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@

$CFG_GLPI["itemdevicememory_types"] = ['Computer', 'NetworkEquipment', 'Peripheral', 'Printer', 'Phone'];

$CFG_GLPI["itemdevicepowersupply_types"] = ['Computer', 'NetworkEquipment', 'Enclosure', 'Phone'];
$CFG_GLPI["itemdevicepowersupply_types"] = ['Computer', 'NetworkEquipment', 'Peripheral', 'Enclosure', 'Phone'];

$CFG_GLPI["itemdevicenetworkcard_types"] = ['Computer', 'NetworkEquipment', 'Peripheral', 'Phone', 'Printer'];

Expand Down

0 comments on commit f0ab689

Please sign in to comment.