Open Issues Need Help
View All on GitHubAI Summary: Fix the refresh button on the system logs tab of the Everyst server monitoring dashboard. The current implementation reloads the entire page; it should only refresh the table content, mirroring the functionality of the application logs tab. This involves comparing and adjusting the refresh logic between the two tabs.
A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.
AI Summary: Debug and fix a double load trigger in the React/TypeScript frontend of a server monitoring dashboard that causes a visual glitch on the system logs tab. The solution requires identifying and removing the redundant load trigger to ensure the tab loads smoothly without visual artifacts.
A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.
AI Summary: The Everyst project's uptime calculation currently runs within an asynchronous context, causing issues. The task requires refactoring this code to utilize threading instead, ensuring correct uptime calculations without blocking the asynchronous operations.
A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.