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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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