Dashboards & Visualizations

LayoutPanels grouping elements

gambusino1984
Engager

Hi all, I'm displaying 15 or 20 StaticRadio elements in my view. The problem is that I'm using layoutPanel="splSearchControls-inline" in order to have my StaticRadios side by side. As I have a large number of Static Radios I would like to pass to another line and continue displaying the rest in other line above.

Anyone have a way to do this?

Many Thanks, -Nuno

Tags (1)

gambusino1984
Engager

Hi Nick, thanks for your replay. I checked vi /opt/splunk/etc/apps/unix/appserver/static/application.css

.splFormSearch .viewHeader .SearchSelectLister, .splFormSearch .viewHeader .StaticSelect, .splFormSearch .viewHeader .TimeRangePicker, .splFormSearch .viewHeader .ExtendedFieldSearch, .splFormSearch .viewHeader .StaticRadio, .splFormSearch .viewHeader .SubmitButton { float: left; margin-left: 10px; margin-top: 10px; }

and seems to me that SubmitButton is already in float:left mode Am I checking the right file?

And what about layoutPanel="panel_row'x'_col'y'"? Should be usefull for me? When I'm trying to use this kind of layoutPanel I get an error when I execute the serach.

Thanks a lot once again. -Nuno

0 Karma

sideview
SplunkTrust
SplunkTrust

splSearchControls-inline creates a table with one tablecell per module in the panel. This wont allow anything to ever wrap to a second line, so you should avoid that layoutPanel in this case.

Instead I would put them into mainSearchControls, and then put this into appserver/static/application.css

.mainSearchControls .StaticRadio {
    float:left;
}

You might have to add a clear:left style somewhere because unclosed floats can do weird things in the page. This sort of depends on the specifics though. At any rate there's probably some kind of CSS tweakery that you'll have to do beyond just floating the StaticRadio's.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...