Dashboards & Visualizations

How to align input tags vertically?

ajayjuneja
Loves-to-Learn Lots

I want to align the <input> fields vertically in same row and same panel.
Is there any way, that can help me to

 

 

<row depends="$field_show$">
<panel>
<input type="dropdown">
<label>----</label>
<choice value="true">true</choice>
<choice value="false">false</choice>
<default>false</default>
<initialValue>false</initialValue>
</input>
<input type="time" searchWhenChanged="true">
<label>Select time range</label>
<default>
<earliest>-0m</earliest>
<latest>+1d@h</latest>
</default>



<input type="dropdown">
<label>----</label>
<choice value="true">true</choice>
<choice value="false">false</choice>
<default>false</default>
<initialValue>false</initialValue>
</input>
<input type="time" searchWhenChanged="true">
<label>Select time range</label>
<default>
<earliest>-0m</earliest>
<latest>+1d@h</latest>
</default>

</panel>

</row>

 

 

Labels (6)
0 Karma

ajayjuneja
Loves-to-Learn Lots

Hii, 
Did you get the answer for this problem. If yes, Could you please share that.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...