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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...