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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...