From daba488d713d37e661478423578bc61c81c41c39 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Mon, 30 May 2016 20:31:52 +0530 Subject: [PATCH] Set valid range for deviceGroup|devicePerVlan --- client/devicegroupdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/devicegroupdialog.cpp b/client/devicegroupdialog.cpp index f5b7f2b..84cc3c1 100644 --- a/client/devicegroupdialog.cpp +++ b/client/devicegroupdialog.cpp @@ -103,6 +103,8 @@ DeviceGroupDialog::DeviceGroupDialog( // can access the items vlanTagCount->setValue(kMaxVlanTags); + devicePerVlanCount->setRange(1, 0x7fffffff); + ipStack->insertItems(0, ipStackItems); // TODO: DeviceGroup Traversal; hide buttons for now