This topic is locked
[SOLVED]

 Hide View Tab

1/28/2021 10:58:38 AM
PHPRunner General questions
bobdutil author

Is there a way to hide the view tab in the dashboard?

Admin 1/28/2021

There is no image but I think you can simply turn off 'View' option when you setup this item in dashboard settings.

bobdutil author 1/30/2021



There is no image but I think you can simply turn off 'View' option when you setup this item in dashboard settings.


Normally you can, but I was trying something different. My client wanted a dashboard where he could edit several footnote sections. So my thought was to create a Note table with id, title, and note. Then use the "view page" to display in the dashboard for his user, where ever he needed a footnote. See attached image. Item 3 is the sample footnote. I thought it would look better if I could hide the View tab and move section 3 up a row.


right click and select open image in new tab.

bobdutil author 2/6/2021

I found the answer. I added the following to the custom css to the view that I added to the dashboard.
.nav.nav-tabs{

visibility: collapse;

}