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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...