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:
sepehr 2024-08-26 11:13:31 +03:30
parent 0d6bdabcbc
commit d6276f7246
26 changed files with 1761 additions and 98 deletions

View file

@ -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: () =>