From 6fcf28266a8904d25caad170222280845c3af21c Mon Sep 17 00:00:00 2001 From: FTBZ Date: Sat, 28 Jan 2017 04:34:02 +0100 Subject: [PATCH] Correcting some HP to HPE logo (#5557) * Correcting some HP to HPE logo * Keeping only the logo without text * Add full hpe logo Use the logo for HP comware * Change procurve to use hpe logo too * Remove padding --- html/images/logos/hpe.svg | 42 ++++++++++++++++++++++++++++++ html/images/os/hpe.svg | 1 + includes/definitions/comware.yaml | 2 +- includes/definitions/hpblmos.yaml | 2 +- includes/definitions/hpe-msl.yaml | 2 +- includes/definitions/hpvc.yaml | 2 +- includes/definitions/informos.yaml | 2 +- includes/definitions/procurve.yaml | 2 +- 8 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 html/images/logos/hpe.svg create mode 100644 html/images/os/hpe.svg diff --git a/html/images/logos/hpe.svg b/html/images/logos/hpe.svg new file mode 100644 index 0000000000..6c74d59b13 --- /dev/null +++ b/html/images/logos/hpe.svg @@ -0,0 +1,42 @@ + diff --git a/html/images/os/hpe.svg b/html/images/os/hpe.svg new file mode 100644 index 0000000000..f83156bd8b --- /dev/null +++ b/html/images/os/hpe.svg @@ -0,0 +1 @@ + diff --git a/includes/definitions/comware.yaml b/includes/definitions/comware.yaml index 3084986040..fc3b09eb6b 100644 --- a/includes/definitions/comware.yaml +++ b/includes/definitions/comware.yaml @@ -1,7 +1,7 @@ os: comware text: 'HP Comware' type: network -icon: hp +icon: hpe over: - { graph: device_bits, text: Traffic } discovery: diff --git a/includes/definitions/hpblmos.yaml b/includes/definitions/hpblmos.yaml index f24e868b64..067f5a2ba1 100644 --- a/includes/definitions/hpblmos.yaml +++ b/includes/definitions/hpblmos.yaml @@ -1,7 +1,7 @@ os: hpblmos text: 'HP Blade Management' type: appliance -icon: hp +icon: hpe over: - { graph: device_bits, text: Traffic } - { graph: device_processor, text: 'CPU Usage' } diff --git a/includes/definitions/hpe-msl.yaml b/includes/definitions/hpe-msl.yaml index d92658f62b..79c203b685 100644 --- a/includes/definitions/hpe-msl.yaml +++ b/includes/definitions/hpe-msl.yaml @@ -1,7 +1,7 @@ os: hpe-msl text: 'HPE StoreEver MSL' type: storage -icon: hp +icon: hpe over: - { graph: device_bits, text: Traffic } discovery: diff --git a/includes/definitions/hpvc.yaml b/includes/definitions/hpvc.yaml index 596e700233..f01bb0e10f 100644 --- a/includes/definitions/hpvc.yaml +++ b/includes/definitions/hpvc.yaml @@ -1,7 +1,7 @@ os: hpvc text: 'HP Virtual Connect' type: network -icon: hp +icon: hpe over: - { graph: device_bits, text: Traffic } discovery: diff --git a/includes/definitions/informos.yaml b/includes/definitions/informos.yaml index fb860134e3..e2faa6b181 100644 --- a/includes/definitions/informos.yaml +++ b/includes/definitions/informos.yaml @@ -1,7 +1,7 @@ os: informos text: 'HPE 3PAR' type: storage -icon: hp +icon: hpe over: - { graph: device_bits, text: Traffic } discovery: diff --git a/includes/definitions/procurve.yaml b/includes/definitions/procurve.yaml index 680281744d..65bc80b3e3 100644 --- a/includes/definitions/procurve.yaml +++ b/includes/definitions/procurve.yaml @@ -1,7 +1,7 @@ os: procurve text: 'HP ProCurve' type: network -icon: hp +icon: hpe over: - { graph: device_bits, text: Traffic } - { graph: device_processor, text: 'CPU Usage' }