This commit is contained in:
Peter Maquiran
2023-07-27 16:39:25 +01:00
parent e1b1f5e62a
commit ac805b67ba
4 changed files with 16 additions and 16 deletions
@@ -105,7 +105,7 @@ export class DiplomasGerarPage implements OnInit {
}, 1000);
}
async LoadList(){
async LoadList() {
this.skeletonLoader = true
@@ -134,10 +134,10 @@ export class DiplomasGerarPage implements OnInit {
this.skeletonLoader = false
this.showLoader = false;
}
}
goBack() {
this.RouteService.goBack();
// window.history.back()
}
goBack() {
this.RouteService.goBack();
// window.history.back()
}
}
@@ -2,9 +2,9 @@
<div class="main-wrapper">
<div class="main-content d-flex flex-column width header-fix" >
<div class="main-content d-flex flex-column width " >
<div class="div-top-header">
<div class="div-top-header header-fix">
<div class="div-logo">
<img style="max-width: 90px;" *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-bg-removebg-preview.png' alt='logo'>