Removing the last cached button

Hello Team,

We are using Helical Insight version 5 and we want to remove the highlighted icon shown in below image. This button basically shows the last cached time of the opened dashboard

image

Please guide us through the same.

Hello,

This solution will work for helical insight enterprise version 5+. We can remove this icon by applying some custom CSS. Below is the details of the same:

Paste the below mentioned CSS code in the file 2.chunk.css file (path of the file: “…\hi\apache-tomcat-9\webapps\hi-ee\css”)

.dd-cache-time,.hr-cache-time{

display : none !important;

}

Save the file and do hard refresh of your report/dashboard page.

Thank You,
Helical Insight.