From d3a5bb723f9094b2c218ba7970d7d9f1ba5a6ed4 Mon Sep 17 00:00:00 2001 From: BenGrenoble Date: Wed, 22 Feb 2023 10:15:51 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05968=20-=20Add=20structural=20data=20for?= =?UTF-8?q?=20Brand,=20OSFamily=20and=20OSVersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.x/itop-config-mgmt/data.sample.osfamily.xml | 9 --------- .../2.x/itop-config-mgmt/data.sample.osversion.xml | 11 ----------- .../2.x/itop-config-mgmt/module.itop-config-mgmt.php | 2 -- 3 files changed, 22 deletions(-) delete mode 100755 datamodels/2.x/itop-config-mgmt/data.sample.osfamily.xml delete mode 100755 datamodels/2.x/itop-config-mgmt/data.sample.osversion.xml diff --git a/datamodels/2.x/itop-config-mgmt/data.sample.osfamily.xml b/datamodels/2.x/itop-config-mgmt/data.sample.osfamily.xml deleted file mode 100755 index ed48e4f80..000000000 --- a/datamodels/2.x/itop-config-mgmt/data.sample.osfamily.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -Linux - - -Windows - - diff --git a/datamodels/2.x/itop-config-mgmt/data.sample.osversion.xml b/datamodels/2.x/itop-config-mgmt/data.sample.osversion.xml deleted file mode 100755 index 02198119d..000000000 --- a/datamodels/2.x/itop-config-mgmt/data.sample.osversion.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - -Ubuntu 20.04 -7 - - -Windows 2019 Server -3 - - diff --git a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php index f03d7c419..54877d890 100755 --- a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php @@ -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',