mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-12 23:01:30 +00:00
ui ux enhencment , user tasks improvment , snippets improvment , add sequnces for pro , add wireguard vpn managment for pro, add custom syslog for pro
This commit is contained in:
parent
539e8e95fe
commit
e95304af3e
22 changed files with 5070 additions and 731 deletions
|
|
@ -69,6 +69,11 @@ const routes: Routes = [
|
|||
loadChildren: () =>
|
||||
import('./views/syslog/syslog.module').then((m) => m.SyslogModule)
|
||||
},
|
||||
{
|
||||
path: 'syslog-regex',
|
||||
loadChildren: () =>
|
||||
import('./views/syslog-regex/syslog-regex.module').then((m) => m.SyslogRegexModule)
|
||||
},
|
||||
{
|
||||
path: 'backups',
|
||||
loadChildren: () =>
|
||||
|
|
@ -99,6 +104,11 @@ const routes: Routes = [
|
|||
loadChildren: () =>
|
||||
import('./views/snippets/snippets.module').then((m) => m.SnippetsModule)
|
||||
},
|
||||
{
|
||||
path: 'sequences',
|
||||
loadChildren: () =>
|
||||
import('./views/sequences/sequences.module').then((m) => m.SequencesModule)
|
||||
},
|
||||
{
|
||||
path: 'user_manager',
|
||||
loadChildren: () =>
|
||||
|
|
@ -109,6 +119,11 @@ const routes: Routes = [
|
|||
loadChildren: () =>
|
||||
import('./views/permissions/permissions.module').then((m) => m.PermissionsModule)
|
||||
},
|
||||
{
|
||||
path: 'vpn',
|
||||
loadChildren: () =>
|
||||
import('./views/vpn/vpn.module').then((m) => m.VpnModule)
|
||||
},
|
||||
{
|
||||
path: 'pages',
|
||||
loadChildren: () =>
|
||||
|
|
@ -137,7 +152,7 @@ const routes: Routes = [
|
|||
title: 'Login Page'
|
||||
}
|
||||
},
|
||||
{path: '**', redirectTo: 'dashboard'}
|
||||
{ path: '**', redirectTo: 'dashboard' }
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue