Splunk Search

Insert an icon in the setup.xml page

alauri
Explorer

Hi all,

I'm trying to insert the logo (the appIcon.png logo of my add-on) inside the setup.xml page as the first child of formWrapper div.
Is it possible? If it's possible, what is the best way to perform this task?

Thanks in advance!

Tags (3)
0 Karma
1 Solution

alauri
Explorer
var formWrapper_div = $(this).find("div.formWrapper");
$(formWrapper_div).prepend('<img id="logo" src="/static/app/<appname>/appIcon.png" />');

inside the application.js file.

View solution in original post

0 Karma

alauri
Explorer
var formWrapper_div = $(this).find("div.formWrapper");
$(formWrapper_div).prepend('<img id="logo" src="/static/app/<appname>/appIcon.png" />');

inside the application.js file.

0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...