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
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<OSFamily alias="OSFamily" id="7">
|
||||
<name>Linux</name>
|
||||
</OSFamily>
|
||||
<OSFamily alias="OSFamily" id="3">
|
||||
<name>Windows</name>
|
||||
</OSFamily>
|
||||
</Set>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<OSVersion alias="OSVersion" id="8">
|
||||
<name>Ubuntu 20.04</name>
|
||||
<osfamily_id>7</osfamily_id>
|
||||
</OSVersion>
|
||||
<OSVersion alias="OSVersion" id="4">
|
||||
<name>Windows 2019 Server</name>
|
||||
<osfamily_id>3</osfamily_id>
|
||||
</OSVersion>
|
||||
</Set>
|
||||
@@ -32,8 +32,6 @@ SetupWebPage::AddModule(
|
||||
),
|
||||
'data.sample' => array(
|
||||
'data.sample.model.xml',
|
||||
'data.sample.osfamily.xml',
|
||||
'data.sample.osversion.xml',
|
||||
'data.sample.networkdevicetype.xml',
|
||||
'data.sample.servers.xml',
|
||||
'data.sample.nw-devices.xml',
|
||||
|
||||
Reference in New Issue
Block a user