make add users to device group box expandable #1718

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-01-18 21:40:33 +00:00
parent c546333cf7
commit 21bd171167
1 changed files with 1 additions and 1 deletions

View File

@ -13658,7 +13658,7 @@
var urights = -1, meshRightsActive = ((userid != 4) && (userid != 5) && (userid != 6) && (userid != 7));
x += '<div style="height:120px;overflow-y:scroll;border:1px solid gray">';
x += '<div style="height:120px;overflow-y:scroll;border:1px solid gray;resize:vertical;">';
if (meshRightsActive) {
x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20fulladmin>' + "Full Administrator" + '</label><br>';
x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20editmesh>' + "Edit Device Group" + '</label><br>';