You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added "Clear Terminal" button to the controls in `index.html`.
- Implemented `clearTerminalBtn.onclick` handler in `terminal.js`.
- The handler clears the terminal content but preserves the `robot-art` ASCII art element.
- Verified functionality using a Playwright script.
- Updated README.md roadmap to mark the task as complete.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ This section outlines the major feature enhancements and maintenance tasks plann
368
368
- **Monitoring and Observability:** Deploy a monitoring stack like Prometheus and Grafana to collect and visualize metrics from Nomad, Consul, and the application itself.
369
369
- **Web UI/UX Improvements:**
370
370
- Replace ASCII art with a more dynamic animated character.
371
-
- Add a "Clear Terminal" button to the UI.
371
+
- [x] Add a "Clear Terminal" button to the UI.
372
372
- Improve the status display to be more readable than a raw JSON dump.
373
373
- **Bolster Automated Testing:**
374
374
- Implement Ansible Molecule tests for critical roles.
0 commit comments