mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-16 16:51:30 +00:00
improved Backup viewer and highlight fix with huge files(replace with highlightjs)
login page Errors improved, Added User disable option, Some Pro features and updates
This commit is contained in:
parent
0d6bdabcbc
commit
d6276f7246
26 changed files with 1761 additions and 98 deletions
|
|
@ -29,6 +29,11 @@ const routes: Routes = [
|
|||
loadChildren: () =>
|
||||
import('./views/monitoring/monitoring.module').then((m) => m.MonitoringModule)
|
||||
},
|
||||
{
|
||||
path: 'vault',
|
||||
loadChildren: () =>
|
||||
import('./views/vault/vault.module').then((m) => m.VaultModule)
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
loadChildren: () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue