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

@ -50,8 +50,8 @@ export class DefaultHeaderComponent extends HeaderComponent {
this.lname = this.current_user.lastname;
}
callParent(): void {
this.UserModalEvent.next('test');
callParent(action:string): void {
this.UserModalEvent.next(action);
}
logout() {