Add nodes.delete with reauth, activity logs, and Administrators editing.
Allow deleting managed hosts with mandatory inline re-auth, record node mutations in an audit log with a sidebar Logs view, and let Administrators group permissions be edited from the Groups tab.
This commit is contained in:
@@ -11,6 +11,7 @@ describe('pathFor', () => {
|
||||
expect(pathFor('containers', 'overview', 'add')).toBe('/containers/add')
|
||||
expect(pathFor('docker', 'overview', 'add')).toBe('/docker/add')
|
||||
expect(pathFor('profile')).toBe('/profile')
|
||||
expect(pathFor('logs')).toBe('/logs')
|
||||
expect(pathFor('setup')).toBe('/setup')
|
||||
expect(pathFor('login')).toBe('/login')
|
||||
expect(pathFor('configuration')).toBe('/configuration')
|
||||
@@ -31,6 +32,7 @@ describe('parseLocation', () => {
|
||||
'/containers/add',
|
||||
'/docker/overview',
|
||||
'/profile',
|
||||
'/logs',
|
||||
'/setup',
|
||||
'/login',
|
||||
'/configuration',
|
||||
|
||||
Reference in New Issue
Block a user