Description
The command "podroid-forward list" does not work correctly, outputs only part of the actual list in the terminal.
Steps to Reproduce
Setting up an FTP connection
- Add port^
for port in $(seq 30000 31000); do podroid-forward add $port $port tcp done
- Show port table
podroid-forward list
- See error
Only a part of the list is displayed, not all 1000 ports.
[Feature] Need add vertical combo box + vertical scrolls bar
It is necessary to provide in the main window of the program the possibility of using a drop-down list with a separate nested scrolls bar vertical, because the list of necessary ports can be very, very huge, and the user will get tired of flipping through the entire page to see all the parameters that are displayed at the bottom of the settings window of all current podroid itself.
Description
The command "podroid-forward list" does not work correctly, outputs only part of the actual list in the terminal.
Steps to Reproduce
Setting up an FTP connection
for port in $(seq 30000 31000); do podroid-forward add $port $port tcp donepodroid-forward listOnly a part of the list is displayed, not all 1000 ports.
[Feature] Need add vertical combo box + vertical scrolls bar
It is necessary to provide in the main window of the program the possibility of using a drop-down list with a separate nested scrolls bar vertical, because the list of necessary ports can be very, very huge, and the user will get tired of flipping through the entire page to see all the parameters that are displayed at the bottom of the settings window of all current podroid itself.