Commit Graph

28 Commits

Author SHA1 Message Date
bergware 66aef25def Networking: fix duplicate metrics handling 2025-04-05 11:09:33 +02:00
Squidly271 8b90d7353f Fix: Enable Apply button when adding a VLAN 2025-04-04 13:13:44 -04:00
Zack Spear 260406f25c refactor: consolidate theme-specific CSS classes by removing redundant shade classes across multiple pages and updating styles for improved maintainability 2025-04-03 18:21:12 -07:00
bergware 67244adb85 Networking: fix empty config when updating DNS and docker/vms are running 2025-03-24 14:35:44 +01:00
bergware 689e27feea Networking: added jumbo frame warning message 2025-03-11 18:11:14 +01:00
bergware f98edb7068 Networking: added jumbo frame warning message 2025-03-11 18:02:43 +01:00
bergware 06416dc4f5 Networking: added "enable jumbo frames" option 2025-03-11 12:24:59 +01:00
bergware 5bc08dcefb Fix PHP error in networking 2025-03-05 08:49:27 +01:00
bergware c01c7fefb5 Networking: update link logic 2025-02-27 12:22:54 +01:00
bergware 71334439aa Networking: smart default gateway implementation 2025-02-25 17:16:03 +01:00
bergware 4f5556409b Networking: put text in variable 2025-02-25 14:55:44 +01:00
bergware ba0c169b00 Networking: smart default gateway implementation 2025-02-25 14:36:01 +01:00
bergware d321201cc0 Network enhancements
- Remove non-existing ports from configuration file
- New option for additional ports: "Enable default gateway"
- Check refinements, do not execute on non-existing ports
2025-02-25 02:14:03 +01:00
bergware 3691a4f50b networking code enhancement 2025-01-26 21:31:31 +01:00
bergware 8c598d7649 IPv6 corrections 2025-01-17 23:39:43 +01:00
bergware fb5ec8f6c1 IPv6 corrections 2025-01-17 23:16:45 +01:00
bergware 8bf934c988 IPv6 corrections 2025-01-17 23:07:55 +01:00
bergware 51f1c40d73 Fix regression bug 2025-01-14 17:05:37 +01:00
bergware b21ee4e45b Fix regression errors 2025-01-14 14:20:31 +01:00
bergware a6df9b388a Improved network information (including vlans) 2025-01-14 12:59:21 +01:00
bergware b735e89086 Fix regression errors 2025-01-14 11:43:19 +01:00
bergware b14a636043 Network enhancements
- visual updates
2025-01-14 10:21:49 +01:00
bergware 3c6f8262ee Network enhancements
- Create separate entry for DNS server settings, which can be changed at all times (user is not required to stop the array)
- Added "info" button which shows a popup window with interface related assignments (error is shown if something is missing)
- Added "show" button to show or hide VLAN settings
- Make network settings a tabbed view
- Fixed a bug when sometimes DNS settings are not properly set
- Fixed a minor bug in routing table content
- Some other code optimizations
2025-01-13 22:19:45 +01:00
SimonFair 80d567dfde killall and pgrep updates.
Set --ns $$ on commands.
2024-10-10 19:18:54 +01:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
bergware b630ddf2e8 network settings: fix when updating description only 2023-10-07 14:50:55 +02:00
bergware 02a6951c14 Network settings: fix DNS settings sometimes disappear 2023-07-28 13:30:18 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00