Security

Is there any way to get tokens aligned vertically instead of horizontally in a ROW then PANEL (Not in fieldsets)

kgrahamLM
Observer

Have tokens within row>panel what them to display vertical instead of horizontal.

<panel>

  <input type="text" token="tok_One">
    <label>Boston Contact N#</label>
  </input>

  <input type="text" token="tok_Two">
    <label>Application Description</label>
  </input>

  <input type="dropdown" token="tok_Three">
    <label>Attestation Classification</label>
    <choice value="Attestation">Attestation</choice>
    <choice value="SOC1 and Attestation">SOC1 and Attestation</choice>
    <choice value="N/A">Not In Scope</choice>
  </input>   

This is the current UI:

alt text

I want this instead:

Boston Contact N#
Application Description
Attestation Classification

Tags (2)
0 Karma

hortonew
Builder

Not by default, but you might be able to assign an id to each input, then control via custom css.

0 Karma
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, ...