Skip to content

Commit

Permalink
fix(permissions) fix the hidden checkbox (#29442)
Browse files Browse the repository at this point in the history
### Proposed Changes
* fix the hidden checkbox in Permissions (Dojo)

![Screenshot 2024-08-02 at 11 22
44 AM](https://github.com/user-attachments/assets/748d106b-93e7-49a1-9fc9-4135107f5178)
![Screenshot 2024-08-02 at 11 22
29 AM](https://github.com/user-attachments/assets/53aeef29-1984-4f84-8ba5-336a7915ac05)
  • Loading branch information
oidacra authored Aug 2, 2024
1 parent 5ecdf5e commit 07b0135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
container.startup();
var selectedChildPaneId = systemHost.identifier;
var myHeight = 428;
var myHeight = 500;
for(var i = 0; i < data.length; i++) {
var id = data[i].type=='host'?data[i].identifier:data[i].inode;
if(id != systemHost.identifier)
Expand Down

0 comments on commit 07b0135

Please sign in to comment.