mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Add Policy-based Navigation (#5967)
* add permissions service * start template helper * match prefixed paths * gate sidebar links * land on first page user has access to * show nav when user first logs in * clear paths when user logs out * add tests * implement feedback * show all nav items if no policy is found * update onboarding wizard * fix some unrelated tests * add support for namespaces * gate wizard * unstage package and lockfile
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend({
|
||||
'data-test-navheader': true,
|
||||
classNameBindings: 'consoleFullscreen:panel-fullscreen',
|
||||
|
||||
Reference in New Issue
Block a user