Hello,
I have a dashboard that consists of two panels. This first displays the results of a search in turn allowing users to select a 'job' - with an underlying ID number associated to it.
The second panel displays the events associated with the Job id.
All is working with the exception that the second panel does not display all the matched events (if it does the scroll bar on the panel does not allow me to scroll past a certain point (almost as if the panel has a limit on how much data it will return).
My question is ... Is there a way to either collapse the events returned (so you get the option to 'Show all XX lines' and if not is there a better way of displaying the events in a dashboard panel (I am using <module name="Events">
Thanks ( as always) for any help.
Cheers,
Alastair
Sorted.. I just needed to specify the panel size (height) - this now shows me all events with the scroll bar working as desired.
Sorted.. I just needed to specify the panel size (height) - this now shows me all events with the scroll bar working as desired.