Dashboards & Visualizations

Inserting whitespace in an app's nav menu?

ftk
Motivator

I want to have some whitespace between some of my menu items in the nav of my app. I would like something along the lines of this:

Menu1   Menu2   Menu3                 Menu4

In my nav definition XML I have tried using a <divider /> between my </collection> <collection>, but this only adds another menu titled "------" to the nav. Using &nbsp; makes Splunk complain about invalid XML.

How can I accomplish this?

0 Karma
1 Solution

John_Mark
Splunk Employee
Splunk Employee

I found this link - does it help?

http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200406.mbox/%3C40C5E61C.9040304@hotma...

From that link:

Line Feed           &#xA;
Carriage Return     &#xD;
space character     &#x20;
Non-breaking space  &#xA0;

View solution in original post

John_Mark
Splunk Employee
Splunk Employee

I found this link - does it help?

http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200406.mbox/%3C40C5E61C.9040304@hotma...

From that link:

Line Feed           &#xA;
Carriage Return     &#xD;
space character     &#x20;
Non-breaking space  &#xA0;

ftk
Motivator

Using &#xA0; in front of the menu name (Menu4 in my example) works very well. Thanks!

0 Karma

araitz
Splunk Employee
Splunk Employee

You should probably use CSS for this rather than XML.

ftk
Motivator

I agree -- may yet switch to that.

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