mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-28 10:20:03 +00:00
f7853ee174
This commit refactors the `deployments_per_server` variable in the `Dashboard` class to remove the type hint and updates the corresponding view file to handle the changes. The `deployments_per_server` variable is now grouped by `server_name` and converted to an array. This improves the organization and readability of the code.