Set valid range for deviceGroup|devicePerVlan
This commit is contained in:
parent
5ff46e7ec5
commit
daba488d71
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user