Commit Graph

6 Commits

Author SHA1 Message Date
10c228f255 Remove test.php and enhance null safety and sorting across components
- Deleted `test.php` as it was no longer in use.
- Enhanced null safety checks in `Inventory.php`, `StdOut-detail.php`, `Backups.php`, and `SwitchsSAN.php` to prevent potential warnings.
- Refactored `SwitchsSAN.php` to improve sorting logic for ports based on errors, vFabric, and Port ID.
- Added seasonal snow effect script in `all.php` with toggle functionality for user engagement.
- Updated navigation bar (`navbar.html`) to include a new VIO page link.
- Introduced a new `VIO.php` page to display VIO monitoring details with table export and sorting features.
2026-03-31 11:33:57 +02:00
e025532
5c7ea9f3fc Remove unused PHP files related to Hyper-V and Storage dashboards
- Deleted `cluster-detail2.php`, `constants.inc copy.php`, `D.php`, and `Dashboard2.php`. These files were no longer in use and contributed to unnecessary clutter in the codebase.
- Cleaned up references to removed files.
2025-07-29 14:02:06 +02:00
e025532
b19795f421 Refactor and enhance code readability across multiple components
- Updated SQL query in `VMs-Backups.php` to include `policy` condition.
- Improved formatting and indentation in `StdOut-detail.php`, `StdOut.php`, and `Server-Detail.php`.
- Simplified conditional checks and removed redundant spaces for better clarity.
- Modified `.idea/sqldialects.xml` file to add new SQL dialect mappings.
2025-06-26 09:44:43 +02:00
e025532
f1aebef05b Refactor configuration files and clean up project structure
Removed unused datasource definitions and redundant module references. Added default settings for code styles and inspection profiles. Adjusted indentation and formatting in HTML and PHP files for better readability and maintainability.
2025-05-27 09:48:15 +02:00
e025532
90c911835c Refactor configs and clean up infrastructure scripts
Added and updated IntelliJ IDEA project configuration files for better module management. Modified infrastructure-related logs and scripts, including test.php and Rollup-end.php, for improved readability and functionality. Removed redundant conditions and formatted codebase for consistency.
2025-05-26 15:50:26 +02:00
e025532
df4778f66e Add IntelliJ IDE configuration files to the repository
Include `.idea` project files for module and workspace settings, data sources, PHP configurations, and VCS mappings. These files enable consistent IDE setup across team members and provide version control for project-specific configurations.
2025-05-26 15:38:37 +02:00