Dashboards & Visualizations

How to format inputs on my dashboard to always display in 2 rows?

alan20854
Path Finder

Hi,

I am trying to create two rows of inputs on my dashboard. As of now, the only way for me to create two rows is to keep adding inputs until no more can fit in the first row. However, when I zoom in/out, the number of rows changes.

Is there a way to essentially lock the locations of the inputs so that I will always have 2 rows of inputs?

Tags (4)
0 Karma
1 Solution

sundareshr
Legend

Add a HTML panel between. Like this

  <fieldset submitButton="false">
    <input type="dropdown">
      <label>field1</label>
    </input>
      <html><p>Split input fields here</p><p></p><p></p><p></p><p></p></html>
    <input type="dropdown">
      <label>field1</label>
    </input>
  </fieldset>

View solution in original post

sundareshr
Legend

Add a HTML panel between. Like this

  <fieldset submitButton="false">
    <input type="dropdown">
      <label>field1</label>
    </input>
      <html><p>Split input fields here</p><p></p><p></p><p></p><p></p></html>
    <input type="dropdown">
      <label>field1</label>
    </input>
  </fieldset>
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...