Dashboards & Visualizations

can i disable viewresults link on the dashboard ??

rakesh_498115
Motivator

Hi

I have created a Dashboard which consists of a table of results.I need to disable the viewresuls link on the dashboard which is appearing at the bottom of the table. how can i do it ??

Thanks in advance !!

0 Karma
1 Solution

kmattern
Builder

In $SPLUNK_Honme/share\splunk\search_mrsparkle\modules\search

Edit ViewRedirectorLink.html. Change "View results" to a period as shown below. (I actually commented out the original line and inserted the new one.) This effectively hides the link by changing it to the period. The good thing is that you know that it is there. It is hard to see. You could also edit the css to change the forecolor to white.

<%page args="module"/>

<!-- <a href="#">${module.get("label", _("View results")) | h}</a> -->

<a href="#">${module.get("label", _(".")) | h}</a>

</fieldset>

View solution in original post

kmattern
Builder

In $SPLUNK_Honme/share\splunk\search_mrsparkle\modules\search

Edit ViewRedirectorLink.html. Change "View results" to a period as shown below. (I actually commented out the original line and inserted the new one.) This effectively hides the link by changing it to the period. The good thing is that you know that it is there. It is hard to see. You could also edit the css to change the forecolor to white.

<%page args="module"/>

<!-- <a href="#">${module.get("label", _("View results")) | h}</a> -->

<a href="#">${module.get("label", _(".")) | h}</a>

</fieldset>

rakesh_498115
Motivator

Thanks a lot.:)

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...