DevOps & Observability
DevOps, AppDev, and tool-chains, oh my!

Hide dev icon - modal pop-up

elkhalloufi
Loves-to-Learn

Good day;

How can I hide the dev icon in a modal pop-up window, using javascript program, please check the exemple below:

elkhalloufi_0-1598286445862.png

 

0 Karma

Nisha18789
Builder

hi @elkhalloufi , is there a specific reason you are looking for a JS solution?

The same can be achieved in the dashboard xml: <option name="link.visible">0</option> 

like below

<panel>
<single>
<search>
<query>|makeresults </query>
<earliest>-60m</earliest>
<latest>now</latest>
</search>
<option name="colorMode">none</option>
<option name="drilldown">none</option>
<option name="link.visible">0</option>
</single>

 

0 Karma

elkhalloufi
Loves-to-Learn

Good day

Do you have any hint for me please 

0 Karma

elkhalloufi
Loves-to-Learn

Good day

Thank you for your answer, yes I already desactivate the icons on the dashboard, but the window shown in the exemple is generated by a JS program to create a modal popup window, so that commande does not work with my JS window

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...