[plugins-functionality | DONE | ADDED ] add and delete custom plugins, edit plugin in distinct route, add prompt to go back to plugins list
This commit is contained in:
parent
b9f0252392
commit
9d885d5c84
|
@ -32,10 +32,10 @@ import {RouterModule} from '@angular/router';
|
|||
{
|
||||
path: 'plugins',
|
||||
loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins.module').then(m => m.PluginsModule),
|
||||
pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false}
|
||||
pathMatch: 'full', data: {hasInternalSidebar: false, hasHeader: false}
|
||||
},
|
||||
{
|
||||
path: 'plugin-edit',
|
||||
path: 'plugins/edit',
|
||||
loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins-form/pluginsForm.module').then(m => m.PluginsFormModule),
|
||||
pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue