mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-01-15 13:49:33 +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
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue