We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7044b commit 2cf9830Copy full SHA for 2cf9830
hook.php
@@ -797,9 +797,11 @@ function plugin_ocsinventoryng_uninstall()
797
function plugin_ocsinventoryng_getDropdown()
798
{
799
// Table => Name
800
- return [NetworkPortType::class => NetworkPortType::getTypeName(2),
801
- NetworkPort::class => NetworkPort::getTypeName(2),
802
- Notimportedcomputer::class => __('Computers not imported by automatic actions', 'ocsinventoryng')];
+ return [
+ NetworkPortType::class => NetworkPortType::getTypeName(2),
+// NetworkPort::class => NetworkPort::getTypeName(2),
803
+// Notimportedcomputer::class => __('Computers not imported by automatic actions', 'ocsinventoryng')
804
+ ];
805
}
806
807
/**
0 commit comments