Hi Friends,
We used image hyperlink in our project dashboard. It was working until yesterday. Today morning our Splunk cloud upgraded to 9.0.2303.101 new release.
After upgrade this image hyper link not working. But string hyperlink working fine still.
Could you please help me how to fix this issue in source code.
This is my dashboard code:
<button class="pg_button_launch">
<a class="pg_link" href="prime_global_os_base_metrics" target="_blank">OS Base Metrics</a> -- this line working fine.
<a class="pg_link" href="prime_global_os_base_metrics" target="_blank">
<img class="baseImage" src="/static/app/PG_COMMON_LIBRARY/images/Dashboard2.png" style="height: 50px;"/>
<img class="overlapImage" src="/static/app/PG_COMMON_LIBRARY/images/OpenNew.png"/>
</a> --> this line not working after upgrade.
</button>