icingaweb2 icon indicating copy to clipboard operation
icingaweb2 copied to clipboard

Collapsible Comment List

Open mdetrano opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Objects that have many comments will present a long comment list in the object detail page. The comments themselves are collapsed but the list could grow long over time, especially in situations where the comment history is desired to be maintained.

Describe the solution you'd like

Comment list could collapse in a similar way to the Perfdata or output data sections

Additional context

I could implement a quick version of this by editing ..application/views/scripts/show/components/comments.phtml,

changing <dl class="comment-list"> to <dl class="comment-list collapsible" data-visible-height="200">

mdetrano avatar Jul 28 '22 17:07 mdetrano