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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...