Home > Forum > Forms > Change tab in the View

Change tab in the View
0

Can I create a separate tab for dictionaries in the view (apart from reports)?
Can I hide the suggested tab and the archive?

MVP

Currently there is no way to add custom navigation elements in the navigation panel.
But you could raise a user voice to ask for the possibility of adding custom navigation elements on application and/or global level

We usually restrict the visibility of dictionaries to a small group of administrators who maintain the data. Or hiding them and use them in an admin dashboard.

You can hide the suggested and archive tab by adding this css to Global CSS Style which you find under System Settings > Global Parameters > Appearance

/*Hide for Me / archive*/
li[root-name=forMe], li[root-name=explore]
{
display:none;
}