diff --git a/web/skins/classic/views/filter.php b/web/skins/classic/views/filter.php index 402a7ed2c..031ad7294 100644 --- a/web/skins/classic/views/filter.php +++ b/web/skins/classic/views/filter.php @@ -84,10 +84,8 @@ $attrTypes = array( 'DiskPercent' => translate('AttrDiskPercent'), 'DiskBlocks' => translate('AttrDiskBlocks'), 'SystemLoad' => translate('AttrSystemLoad'), - 'StorageId' => translate('AttrStorageId'), - 'StorageName' => translate('AttrStorageName'), - 'ServerId' => translate('AttrServerId'), - 'ServerName' => translate('AttrServerName'), + 'StorageId' => translate('AttrStorageArea'), + 'ServerId' => translate('AttrServer'), ); $opTypes = array( '=' => translate('OpEq'), @@ -228,6 +226,18 @@ for ( $i = 0; isset($_REQUEST['filter']) && $i < count($_REQUEST['filter']['term ?>