Releases: disisto/apc-switched-rack-pdu-control-panel
Releases · disisto/apc-switched-rack-pdu-control-panel
v1.4
Improved: Bootstrap version upgraded to 5.3.3
Improved: Code has been improved to support PDUs with two-digit outlets. pr/5
With a focus on maintainability, usability, performance, and security, the principle of the monolithic/portable script is being abandoned. Version 2.x, which has been completely rebuilt from the ground up and incorporates feedback from the past 12 months, will be released shortly.
If you have not yet integrated the script into your environment, it is advisable to wait with the adjustments.
If you like the concept of monolithic/portable script, please fork the project.
v1.3
- Improved: Array syntax improved to only have to specify the ID once instead of eight times.
- Improved: CSS / JS script management: Check if local stored CSS / JS script files exist, otherwise fall back to the JSDelivr CDN
- Improved: Bootstrap version upgraded to 5.3
- Improved: Minimal design adjustments made.
- Added: Dark/light mode dropdown menu to switch between color modes
- Added: Outlet icon not only displays a tooltip containing the GET URL, but also copies the URL to the clipboard when clicked.
v1.2
- Improved: Adjusted outlet state handling for GET method
- Improved: Outlet symbol shows a tooltip which contains the GET URL
- Added: The pencil symbol next to the PDU name allows to rename the PDU anytime
- Added: JS script management: Check if local stored JS script exist, otherwise it falls back to the JSDelivr CDN for Bootstrap 5
- Added: Dark Mode enablement based on Operating System setting
- Added: Button group to turn ON/OFF/REBOOT all outlet of a single PDU simultaneously
v1.1.1: Version 1.1
- Fixed: Assignment issue corrected, when several PDUs with the same name are used.
- Improved: A page reload does not trigger a browser pop-up to confirm the form resubmission anymore.
v1.1: Version 1.1
- Fixed: Replaced wrong links to GitHub
- Fixed: Right side of the switch did not react as expected
- Added: Stylesheet management: Check if local stored stylesheet exist, otherwise it falls back to the JSDelivr CDN for Bootstrap 5
- Added: More error scenarios are now covered
- Improved: Enabled also GET requests via URL
- Improved: Script check current outlet state before it toggles automatic to the next state (ON -> OFF, OFF -> ON) when triggered