Add StorageId and StorageName to fields that we can filter on

pull/1210/head
Isaac Connor 2015-12-21 10:04:13 -05:00
parent 9782204548
commit 00c4eedb90
1 changed files with 2 additions and 0 deletions

View File

@ -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'),