Hi Everyone,
I have a use case where, a dashboard should contain 15 selections with a combination of checkbox, dropdown, radi button, text boxes etc etc...
When I use all of them, the dashboard looks odd as all these selections itself take three rows, instead, I would like to use a scroll bar instead.
Can some one help me with the easiest solution to achieve this??
Regards,
BK
You'll need to apply custom CSS. You can do this within simple XML. Upon inspection, the css class that Splunk gives that <div>
is fieldset
, so just apply a custom height and/or scroll properties to that class to get what you need.
@bharathkumarnec would it be possible for you to share any screenshot of current dashboard with input panels or mock dashboard and also code snippet for the same so that community can assist you better?