Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
lucpechali
Partner - Contributor III
Partner - Contributor III

Hiding Dev Hub button in display menu

hello everyone,

This is not a question but I found a more or less effective way to hide the Dev Hub button in the QlikSene Enterprise menu.

 

To remove the button, delete the following paragraph from the file C:\Program Files\Qlik\Sense\Client\hub\hub.js (around line 11538 in my file):

           "dev-hub": function () {

                a.push(b("Hub.GlobalMenu.QlikDevHub", "repair", "globalmenu-devhub", function () {

                        window.open(t.buildUrl(!0, "dev-hub"))

                    }, null, "Hub.Tooltip.QlikDevHub"))

            },

 

The Dev Hub remains accessible via the url https://servername/dev-hub/

 

To permanently remove access to this page, you can do so by simply renaming the directory C:\Program Files\Qlik\Sense\Client\dev-hub

 

If you find other solutions that are more reliable and would allow access to the DevHub only for certain users, don't hesitate !!

Labels (5)
0 Replies