Resolve: "User can see manager menu"
Closes #494 (closed)
- move
Beamline permissions
underMy Beamlines
- move
My Beamlines
to the left ofManager
- menu
Manager
only for Administrator - fix function name:
ManagerMenu
inBeamlinesMenu.js
: very strange because inMenu.js
the import was already:import BeamlinesMenu from './BeamlinesMenu';
whereas the function wasManagerMenu
. I am wondering how it worked.