mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5968 - Add structural data for Brand, OSFamily and OSVersion
Change path and correct osversion id
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<extension format="1.0">
|
||||
<extension_code>itop-bridge-cmdb-services</extension_code>
|
||||
<version>1.0.0</version>
|
||||
<label><![CDATA[Bridge for CMDB and Services]]></label>
|
||||
<description><![CDATA[This module adds lnk between classes brought by CMDB and Services]]></description>
|
||||
<mandatory>false</mandatory>
|
||||
<more_info_url></more_info_url>
|
||||
</extension>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<extension format="1.0">
|
||||
<extension_code>itop-bridge-cmdb-ticket</extension_code>
|
||||
<version>1.0.0</version>
|
||||
<label><![CDATA[Bridge for CMDB and Ticket]]></label>
|
||||
<description><![CDATA[This module adds lnk between classes brought by CMDB and Ticket]]></description>
|
||||
<mandatory>false</mandatory>
|
||||
<more_info_url></more_info_url>
|
||||
</extension>
|
||||
@@ -103,7 +103,7 @@
|
||||
<finalclass>OS Version</finalclass>
|
||||
<friendlyname>9.1</friendlyname>
|
||||
</OSVersion>
|
||||
<OSVersion alias="OSVersion" id="140">
|
||||
<OSVersion alias="OSVersion" id="14">
|
||||
<name>Roling release</name>
|
||||
<osfamily_id>1</osfamily_id>
|
||||
<osfamily_id_friendlyname>Arch</osfamily_id_friendlyname>
|
||||
|
||||
@@ -26,9 +26,9 @@ SetupWebPage::AddModule(
|
||||
'main.itop-config-mgmt.php',
|
||||
),
|
||||
'data.struct' => array(
|
||||
'./data/en_us.data.itop-brand.xml',
|
||||
'./data/en_us.data.itop-osfamily.xml',
|
||||
'./data/en_us.data.itop-osversion.xml',
|
||||
'data/en_us.data.itop-brand.xml',
|
||||
'data/en_us.data.itop-osfamily.xml',
|
||||
'data/en_us.data.itop-osversion.xml',
|
||||
),
|
||||
'data.sample' => array(
|
||||
'data.sample.model.xml',
|
||||
@@ -44,7 +44,6 @@ SetupWebPage::AddModule(
|
||||
'data.sample.webapp.xml',
|
||||
'data.sample.applications.xml',
|
||||
'data.sample.applicationsolutionci.xml',
|
||||
|
||||
),
|
||||
|
||||
// Documentation
|
||||
|
||||
Reference in New Issue
Block a user