-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add " Interface IP" display capability + More modern CSS style (#25)
* add display of interface ip capability - in main.py * add display of interface ip capability - in main.html * add improved css style - in pure-min.css * Enhance TCGUI Interface Design - Improved the overall layout and styling of the interface table. - Added a cleaner and modern design using CSS. - Ensured all interfaces are displayed and properly aligned. - Added hover effects for buttons to enhance interactivity. - Updated the color scheme for better readability and aesthetics. - Maintained functionality while improving visual appeal. * Update main.py Co-authored-by: Markus Hofbauer <[email protected]> * add if match else "No IP found" - main.py Co-authored-by: Markus Hofbauer <[email protected]> * rename css file to gui_styles.css * remove old file * add suggestion for stdout decode * rolled back proc and output separation main.py Display of IP addresses started causing issues after last edit, had to rollback to my initial contribution so UI will display IP correctly * Replace Popen with subprocess.run use subprocess.run instead of subprocess.Popen for retrieving IP * Add error handling to get_interfaces functions * Add new GUI screenshot to the readme * Delete tcgui.png * run - `pre-commit autoupdate` * add setuptools dependency for `pre-commit run -a` failure * lines added by `pre-commit run -a` * network troubleshooting tools added to Dockerfile for net testing * Update .pre-commit-config.yaml * add docker-compose documentation * fix - Correctly retrieve IP addresses for network interfaces * default: network_mode: host * Remove redundancy in IP command execution * run pre-commit autoupdate * fixes by `pre-commit run -a` * pre-commit autoupdate * pyupgrade downgrade to 3.16 due to python 3.8 dependency --------- Co-authored-by: Markus Hofbauer <[email protected]>
- Loading branch information
Showing
10 changed files
with
444 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.