Set valid range for deviceGroup|devicePerVlan

This commit is contained in:
Srivats P 2016-05-30 20:31:52 +05:30
parent 5ff46e7ec5
commit daba488d71

View File

@ -103,6 +103,8 @@ DeviceGroupDialog::DeviceGroupDialog(
// can access the items // can access the items
vlanTagCount->setValue(kMaxVlanTags); vlanTagCount->setValue(kMaxVlanTags);
devicePerVlanCount->setRange(1, 0x7fffffff);
ipStack->insertItems(0, ipStackItems); ipStack->insertItems(0, ipStackItems);
// TODO: DeviceGroup Traversal; hide buttons for now // TODO: DeviceGroup Traversal; hide buttons for now