Good day;
How can I hide the dev icon in a modal pop-up window, using javascript program, please check the exemple below:
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>
Good day
Do you have any hint for me please
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