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.
This commit is contained in:
e025532
2025-06-26 10:57:39 +02:00
parent b19795f421
commit 4b90b1ee5c
5 changed files with 13 additions and 21 deletions

View File

@@ -21,4 +21,3 @@
}
echo json_encode($result);
}
?>