make add users to device group box expandable #1718
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jan 18, 2024 at 21:40 UTC
21bd171167109e072654e60e21b3f1db9d1d6816
1 file changed
+1
-1
views/default.handlebars
+1
-1
@@ -13658,7 +13658,7 @@
13658
13659
var urights = -1, meshRightsActive = ((userid != 4) && (userid != 5) && (userid != 6) && (userid != 7));
13660
13661
- x += '<div style="height:120px;overflow-y:scroll;border:1px solid gray">';
13661
+ x += '<div style="height:120px;overflow-y:scroll;border:1px solid gray;resize:vertical;">';
13662
if (meshRightsActive) {
13663
x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20fulladmin>' + "Full Administrator" + '</label><br>';
13664
x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20editmesh>' + "Edit Device Group" + '</label><br>';