mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
New data model integration: fully modular setup based on the "modules"
SVN:trunk[511]
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-basic/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
//
|
||||
'label' => 'Change Management',
|
||||
'label' => 'iTop Basic Model',
|
||||
|
||||
// Setup
|
||||
//
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-change-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-config-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-incident-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-knownerror-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
|
||||
@@ -2,11 +2,12 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-problem-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
//
|
||||
'label' => 'Problem Managemen',
|
||||
'label' => 'Problem Management',
|
||||
|
||||
// Setup
|
||||
//
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-request-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-service-mgmt/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
|
||||
Reference in New Issue
Block a user