Splunk Search

define alignment to buttons in advanced- xml

harshal_chakran
Builder

Hi,
I have used a code in advance xml for 3 buttons

<module name="HTML" layoutPanel="panel_row3_col1">
<param name="html"><![CDATA[
<h3>KPI Configuration Section</h3>
]]></param>
<module name="Button" >
<param name="label">button1</param>
</module>
<module name="Button" >
<param name="label">button2</param>
</module>
<module name="Button" >
<param name="label">button3</param>
</module>
</module>

But is get displayed as 3 button one below another. I want to them to be horizontally aligned, one being at left, other at center and one at right end.
Can anybody please help me with this. Is this also possible via CSS?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Add 'layoutPanel="panel_row3_col1_grp1"' to each Button module, changing the 'grp' number for each.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...