<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to hide More Info button from dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147789#M9007</link>
    <description>&lt;P&gt;That is working fine ..  thanks &lt;/P&gt;

&lt;P&gt;what about edit button? as it doesn't work the same way &lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2016 12:30:12 GMT</pubDate>
    <dc:creator>aakwah</dc:creator>
    <dc:date>2016-10-05T12:30:12Z</dc:date>
    <item>
      <title>how to hide More Info button from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147786#M9004</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I want to hide "more info" button next to "Edit" button in Splunk 6.2. I am aware that we can use  hideEdit="true" but with this the whole panel is getting hide i.e (Edit,More Info, Export Pdf and Print). What I want is hide "More Info" only.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 12:27:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147786#M9004</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2015-02-20T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide More Info button from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147787#M9005</link>
      <description>&lt;P&gt;This doesn't appear to be possible, but you could take a look at this answer;&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/925/in-the-titlebar-module-is-it-possible-to-limit-the-list-of-actions-to-only-export-results.html"&gt;http://answers.splunk.com/answers/925/in-the-titlebar-module-is-it-possible-to-limit-the-list-of-actions-to-only-export-results.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 12:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147787#M9005</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-02-20T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide More Info button from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147788#M9006</link>
      <description>&lt;P&gt;Hi  vikas_gopal,&lt;BR /&gt;
first create a dashboard.css file which contains the given code and then place it inside of $Splunk_Home/etc/apps/your_app/appserver/static/dashboard.css&lt;BR /&gt;
and then restart your splank.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;dashboard.css file&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;.btn.more-info-btn{&lt;BR /&gt;
    display:none;&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:47:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147788#M9006</guid>
      <dc:creator>Umesh_Vedicsoft</dc:creator>
      <dc:date>2020-09-29T08:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide More Info button from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147789#M9007</link>
      <description>&lt;P&gt;That is working fine ..  thanks &lt;/P&gt;

&lt;P&gt;what about edit button? as it doesn't work the same way &lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147789#M9007</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2016-10-05T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide More Info button from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147790#M9008</link>
      <description>&lt;P&gt;I think the problem was in my browser cache, the folloinwg code worked fine after clearing the cache.&lt;/P&gt;

&lt;P&gt;.btn-group:first-child{&lt;BR /&gt;
display:none;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;My question now how to add this on view level to not affect other views.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147790#M9008</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2016-10-05T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide More Info button from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147791#M9009</link>
      <description>&lt;P&gt;Create another CSS file (not named dashboard.css) and than include that CSS files in the &lt;CODE&gt;form&lt;/CODE&gt; element. For example, put your custom in a file 'hide-info.css' and than update your XML to something like this &lt;CODE&gt;&amp;lt;form stylesheet="hide-info.css"&amp;gt;&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;You wiil need to restart the Splunk Server after adding this file in order for the web framework to pick it up.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-More-Info-button-from-dashboard/m-p/147791#M9009</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-05T12:45:32Z</dc:date>
    </item>
  </channel>
</rss>

