summaryrefslogtreecommitdiffstats
path: root/templates/check_brick_usage.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/check_brick_usage.php')
-rw-r--r--templates/check_brick_usage.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/check_brick_usage.php b/templates/check_brick_usage.php
index 5f00b87..9c926b8 100644
--- a/templates/check_brick_usage.php
+++ b/templates/check_brick_usage.php
@@ -24,9 +24,6 @@ foreach ($this->DS as $KEY=>$VAL) {
# $VAL['NAME'] = str_replace("_","/",$VAL['NAME']);
$ds_name[$KEY] = "Brick Utilization ";
$graph_type = $VAL['LABEL'];
- if ($graph_type == "Virtual" ) {
- $ds_name[$KEY] .= "(virtual)";
- }
if ($graph_type == "Thin-pool" ) {
$ds_name[$KEY] .= "(Thin-pool)";
}