I was developing a plugin to show/hide apps. It mainly works, but some apps don't dissapear from side bar, like Machine Learning ('ml'). This is my "pseudo" code:
In server side: _.forEach(server.getUiNavLinks(), (UiNavLink) => UiNavLink._hidden=true); // This will hide all UiNavLinks
In hacks: chrome.getNavLinkById('ml').hidden = true;
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.