Fix issue of repeating "Snakeoil" menuitem
This Snakeoil menuitem is sometimes added more than once. The parse function in pages.component.ts can be called multiple times in code.
So fix parse function to not add the activated menuitems if it has already been added prior.