From a43fc1d1a9872748ede29bc96468d3c71e7a9066 Mon Sep 17 00:00:00 2001 From: crcro Date: Mon, 1 Aug 2016 06:22:40 +0300 Subject: [PATCH 1/2] changed the display of EMC CLARiiON to FLARE OS for OS --- includes/definitions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 2d133bd025..da514d7752 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1058,7 +1058,7 @@ $config['os'][$os]['over'][3]['text'] = 'Storage Usage'; // EMC FlareOS $os = 'flareos'; -$config['os'][$os]['text'] = 'EMC CLARiiON'; +$config['os'][$os]['text'] = 'FLARE OS'; $config['os'][$os]['type'] = 'storage'; $config['os'][$os]['icon'] = 'emc'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; From 4bca05d91bc315e4c8d63be2a227504e15ab2fcb Mon Sep 17 00:00:00 2001 From: crcro Date: Tue, 2 Aug 2016 13:03:32 +0300 Subject: [PATCH 2/2] changed the description of OS --- includes/definitions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index da514d7752..84d2f5748a 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1058,7 +1058,7 @@ $config['os'][$os]['over'][3]['text'] = 'Storage Usage'; // EMC FlareOS $os = 'flareos'; -$config['os'][$os]['text'] = 'FLARE OS'; +$config['os'][$os]['text'] = 'EMC Flare OS'; $config['os'][$os]['type'] = 'storage'; $config['os'][$os]['icon'] = 'emc'; $config['os'][$os]['over'][0]['graph'] = 'device_bits';