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;
}

Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings