0.17.2
new feature: configure default SNMP community (by jthurman)
- new feature: "$untagged" and "$masklen_OP_NN" autotags
+ new feature: "$untagged", "$portless" and "$masklen_OP_NN" autotags
new feature: knight button in IPv4 tree
new feature: searching by attribute value or port reservation comment
update: show appropriate message, if a record cannot be found
'objtype_name' => '(select dict_value from Dictionary where dict_key = objtype_id)',
'has_problems' => 'has_problems',
'comment' => 'comment',
+ 'nports' => '(SELECT COUNT(*) FROM Port WHERE object_id = RackObject.id)',
),
'keycolumn' => 'id',
'ordcolumns' => array ('name'),
$ret[] = array ('tag' => '$cn_' . $cell['name']);
if (!strlen ($cell['rack_id']))
$ret[] = array ('tag' => '$unmounted');
+ if (!$cell['nports'])
+ $ret[] = array ('tag' => '$portless');
break;
case 'ipv4net':
$ret[] = array ('tag' => '$ip4netid_' . $cell['id']);