From f6bd380ad035aee559c756cabda2d1b2e077d71c Mon Sep 17 00:00:00 2001 From: BenGrenoble Date: Thu, 9 Feb 2023 11:10:00 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05968=20-=20Add=20structural=20data=20for?= =?UTF-8?q?=20Brand,=20OSFamily=20and=20OSVersion=20Remove=20sample=20bran?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/2.x/itop-config-mgmt/data.sample.brand.xml | 9 --------- .../2.x/itop-config-mgmt/module.itop-config-mgmt.php | 1 - 2 files changed, 10 deletions(-) delete mode 100755 datamodels/2.x/itop-config-mgmt/data.sample.brand.xml diff --git a/datamodels/2.x/itop-config-mgmt/data.sample.brand.xml b/datamodels/2.x/itop-config-mgmt/data.sample.brand.xml deleted file mode 100755 index e77f0be7f..000000000 --- a/datamodels/2.x/itop-config-mgmt/data.sample.brand.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -Cisco - - -HP - - 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 7f7b8d439..fd175559c 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 @@ -31,7 +31,6 @@ SetupWebPage::AddModule( './data/en_us.data.itop-osversion.xml', ), 'data.sample' => array( - 'data.sample.brand.xml', 'data.sample.model.xml', 'data.sample.osfamily.xml', 'data.sample.osversion.xml',