add limitable field to config file

This commit is contained in:
hmm 2014-09-25 09:22:27 +08:00
parent 243be7ef87
commit e585c7052e
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<limitableFields>
<fieldList>
<field>cpu</field>
<field>CPU</field>
<field>Memory</field>
<field>IO of Network</field>
<field>IO of HD</field>
</fieldList>
</limitableFields>