The Kona button on the Application toolbar is used to launch Kona, either within PM Compass or in a separate window. This button is hidden by default. You can modify the web.config file to hide or unhide the button.
See Application toolbar for more information about this button and how you can view it.
To unhide the Kona button using the web.config file, complete the following steps:
Make sure all users are logged out of the PM Compass Server as these changes will log users out of their PM Compass session and may cause them to lose unsaved information.
Backup the existing web.config file. The default location is C:\Program Files (x86)\Deltek\PMCompass\Web.
In the Windows menu, right-click on the Notepad shortcut and select Run as administrator.
In Notepad, click File ยป Open.
In the Open dialog box, browse to the web.config file and click Open.
The default location is C:\Program Files (x86)\Deltek\PMCompass\Web.
In the <appSettings> section, delete the following line:
<add key="HideKonaMenu" value="Y" />
Save the changes.
Launch PM Compass to confirm that the Kona button is visible.
To hide the Kona button, follow the instruction above, but instead of deleting the line in step 6, you will add the line.