Ajout de 10 Typologies éditables (Environnement, ZoneReseau, DomaineApplicatif, PatchFrequency, Tier, ConnexionMethod, SshUser, DomainLdap, PrefPatchJour, PrefPatchHeure) et champs personnalisés sur Server, VirtualMachine et NetworkDevice (responsables, patching, audit, domaine LDAP). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
610 B
PHP
28 lines
610 B
PHP
<?php
|
|
SetupWebPage::AddModule(
|
|
__FILE__,
|
|
'custom-responsables/1.0.0',
|
|
array(
|
|
'label' => 'Responsables Serveur et Domaine',
|
|
'category' => 'business',
|
|
'dependencies' => array(
|
|
'itop-config-mgmt/3.0.0',
|
|
'itop-virtualization-mgmt/3.0.0',
|
|
),
|
|
'mandatory' => false,
|
|
'visible' => true,
|
|
'datamodel' => array(
|
|
'datamodel.custom-responsables.xml',
|
|
),
|
|
'webservice' => array(),
|
|
'data.struct' => array(),
|
|
'data.sample' => array(),
|
|
'dictionary' => array(
|
|
'fr.dict.custom-responsables.php',
|
|
),
|
|
'doc.manual_setup' => '',
|
|
'doc.more_information' => '',
|
|
'settings' => array(),
|
|
)
|
|
);
|