Add ServerId and ServerName to fields that we can filter on

This commit is contained in:
Isaac Connor 2015-12-21 10:03:48 -05:00
parent aaa9f3bcc9
commit b626712a2f
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'),
'ServerId' => translate('AttrServerId'),
'ServerName' => translate('AttrServerName'),
);
$opTypes = array(
'=' => translate('OpEq'),