* feat: Add PrettyDistro field to dashboard information and update related services and frontend components
* fix: Trim whitespace and parentheses from detected Linux distribution name in GetDistro method
* fix: Correctly trim parentheses from detected Linux distribution name in GetDistro method
* refactor: Simplify Linux distribution detection by removing unnecessary checks and consolidating logic
* fix: Update CPU usage retrieval to include detailed percentage information
* feat: Enhance CPU metrics by adding CPU frequency and detailed usage percentages
* feat: Add CPU frequency metric to dashboard base information
* feat: Add copy button for raw JSON in container and network detail views
* refactor: Change CodemirrorPro component from disabled to readonly in container and network detail views
* feat: Add readonly prop to CodemirrorPro component for enhanced editing control
* feat: async load data of top CPU and memory processes data
* refactor: Update CPU and memory top toggle functionality and state management
---------
Co-authored-by: 王贺 <wanghe@fit2cloud.com>
* feat: Add ComposeDetail view for enhanced container management
* feat: Update container log management with new table layout and improved stats display
* feat: Update log search mode to 'all' for comprehensive log retrieval
* cleanup
* feat: Enhance log container and compose management with new UI components and improved functionality
* refactor: Remove unused ComposeDetail route and enhance UI components in container management
* refactor: Improve UI styling and interaction for compose list items in container management
* refactor: Update styling and hover effects for compose list items in container management
* refactor: Enhance container compose header with additional context and improve port handling in inspect view
* refactor: Update .env label to use translation for improved localization in container compose view
* refactor: Adjust height and placeholder text for YAML editor in container compose view
* refactor: Adjust docker compose layout
---------
Co-authored-by: ssongliu <songlius11@163.com>