$config_modules->showForm($_POST['target'], '1');
            $history = new PluginFusioninventorySnmphistory();
            $history->showForm($_POST['target'], '1');
            $ptLockable = new PluginFusioninventoryLockable();
            $ptLockable->showForm($_POST['target']);
            break;
        case 2:
            $config_modules = new PluginFusioninventoryConfigModules();
            $config_modules->showForm($_POST['target'], '1');
            break;
        case 7:
            // Historique
            $history = new PluginFusioninventoryConfigSNMPHistory();
            $history->showForm($_POST['target']);
            break;
        case 8:
            // lockables
            $ptLockable = new PluginFusioninventoryLockable();
            $ptLockable->showForm($_POST['target']);
            break;
        default:
            if (!displayPluginAction(COMPUTER_TYPE, $_POST["ID"], $_POST['glpi_tab'], $_POST["withtemplate"])) {
                $config = new PluginFusioninventoryConfig();
                $config->showForm($_POST['target'], '1');
            }
            break;
    }
} else {
    echo $LANG['common'][83] . "<br/>";
}
ajaxFooter();