SessionModal handles the sessions in /ui/targets . When a large string is passed as session name, it stretches beyond the size of modal window and breaks the delete functionality
Expected Behavior
The session name should have been truncated.
Current Behavior
The Session Name overflows out of bounds causing delete button to disappear
Possible Solution
- Truncate the session name / Set a limit (Better Fix)
(or)
- Increase the modal size
Steps to Reproduce (for bugs)
- Open the Sessions and get the Modal popup.
- Enter a long string.

Your Environment
- Installation method used: Manual
- Version/branch used: develop
- Operating System and version (like Kali, Debian, ArchLinux, etc): Kali Linux
- pip/setuptools version: 8.1.1
- sudo access: Yes
SessionModalhandles the sessions in/ui/targets. When a large string is passed as session name, it stretches beyond the size of modal window and breaks the delete functionalityExpected Behavior
The session name should have been truncated.
Current Behavior
The Session Name overflows out of bounds causing delete button to disappear
Possible Solution
(or)
Steps to Reproduce (for bugs)
Your Environment