Commit Graph

4 Commits

Author SHA1 Message Date
Miguel 70bbc8d6f9 Enhance logging functionality and UI improvements
- Updated ConfigurationManager to allow reading a limited number of log lines.
- Modified Logger to read the log file with an option to limit the number of lines returned.
- Adjusted JavaScript to fetch only the last 1000 lines of logs for performance.
- Added a new function to open a full log viewer in a new tab.
- Implemented a log viewer template with search functionality, download option, and refresh capability.
- Improved log display in the main interface with a message indicating the number of lines shown.
- Added functionality to manage log lines in memory to prevent overflow.
2025-08-29 12:47:29 +02:00
Miguel 5ed4d9391e feat: Implement script execution and stopping functionality
- Added a new method to stop running scripts in the ScriptExecutor class, allowing graceful termination of scripts.
- Updated the ConfigurationManager class to handle script stopping requests and manage running processes.
- Enhanced the frontend JavaScript to include stop buttons for scripts, updating their state based on execution status.
- Introduced a mechanism to track running scripts and update UI elements accordingly.
- Improved logging for script execution and stopping events.
2025-08-23 10:51:38 +02:00
Miguel a246c0265c Agregada la opcion de ver una descripcion mas detallada de cada script 2025-05-03 22:13:30 +02:00
Miguel 006e2ed7d6 Agregada la opcion de ocultar scripts y de editar las descripcion 2025-05-03 21:58:06 +02:00