Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hidden logs output #621

Closed
callmevladik opened this issue Feb 12, 2025 · 0 comments · Fixed by #622
Closed

Add hidden logs output #621

callmevladik opened this issue Feb 12, 2025 · 0 comments · Fixed by #622
Assignees
Labels
enhancement New feature or request

Comments

@callmevladik
Copy link
Contributor

callmevladik commented Feb 12, 2025

The current implementation of the terminal in our UI lacks the capability to retrieve terminal content in HTML format. This enhancement aims to introduce functionality that would allow users to get the terminal content as HTML, which can be useful for various purposes including but not limited to easier content manipulation, styling, and integration with other tools that require HTML input.

Acceptance Criteria
The terminal on the UI should have an additional option/button that allows users to retrieve the terminal content in HTML format.
The retrieved HTML content must preserve the styling (e.g., colors, font styles) and structure (e.g., line breaks, spacing) of the terminal content.
Ensure compatibility with major browsers (Chrome, Firefox, Safari, Edge).
A unit test suite must be developed to verify the functionality works as expected across different scenarios.
Documentation must be updated to include this new feature, with examples of usage.
Performance impact should be minimal, and the feature should not significantly increase the loading time of the terminal UI component.

@callmevladik callmevladik converted this from a draft issue Feb 12, 2025
@callmevladik callmevladik self-assigned this Feb 12, 2025
@callmevladik callmevladik added the enhancement New feature or request label Feb 12, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in KubeRocketCI Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant