Add StorageId and StorageName to fields that we can filter on
parent
9782204548
commit
00c4eedb90
|
@ -84,6 +84,8 @@ $attrTypes = array(
|
|||
'DiskPercent' => translate('AttrDiskPercent'),
|
||||
'DiskBlocks' => translate('AttrDiskBlocks'),
|
||||
'SystemLoad' => translate('AttrSystemLoad'),
|
||||
'StorageId' => translate('AttrStorageId'),
|
||||
'StorageName' => translate('AttrStorageName'),
|
||||
);
|
||||
$opTypes = array(
|
||||
'=' => translate('OpEq'),
|
||||
|
|
Loading…
Reference in New Issue