Getting Data In

How to increase the size of text input in a dashboard

sravankaripe
Communicator

I have a dashboard (Say /app/MyApp/MyDashboard) In this dashboard have a text input.
i want to increase the size of this text input.

How can i do this?
what all the files i need to update ?

0 Karma

WalshyB
Path Finder

Hey,

This can be done through css - within the /appserver/static directory of the app you want to store the css file in.
for example, if the dashboard is in the search app, then /etc/apps/search/appserver/static/example.css.
Within the dashboard xml

Then your css file will have the changes to the text input that you want.
For width changes-
#inputid {
width: 200px !important;
}

I encourage using inspect element and and selecting the text input and adding css you want to preview what the changes would look like and to finetune it to what you require. Hope this helps a little.

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...