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

Ability to tail be default with option to expand to full view #173

Open
ssbarnea opened this issue Jul 6, 2020 · 0 comments
Open

Ability to tail be default with option to expand to full view #173

ssbarnea opened this issue Jul 6, 2020 · 0 comments

Comments

@ssbarnea
Copy link

ssbarnea commented Jul 6, 2020

Logs can often be quite long but in most cases the last lines are more important for the user. This is a required to allow one optional parameter which will enable a tailing option.

A pure-CSS only expand/collapse approach can be achieved using details/summary HTML5 elements, which are supported by most browsers.

To get an idea about how this feature would work take a look at https://zuul.opendev.org/t/openstack/build/738d31c679bf4609b921e42dddb3c666 -- look for "more/less" link on top of the logs section.

That feature request would not require changing any default behavior as it would only be triggered if an optional parameter is mentioned (the number of lines to tail).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant