SUPPORT-8783: Fix
This commit is contained in:
parent
a92de66be7
commit
412f4f6d3c
2 changed files with 3 additions and 4 deletions
|
|
@ -1,12 +1,11 @@
|
|||
<nav class="header" id="webbpm-header">
|
||||
<nav class="header" id="webbpm-header" [ngClass]="{'header-landing': isLanding}">
|
||||
<div *ngIf="isLanding" class="header">
|
||||
<div class="header-logo"></div>
|
||||
<div class="header-title">Реестр повесток юридических лиц</div>
|
||||
</div>
|
||||
<div *ngIf="!isLanding" class="header-logo">
|
||||
<div class="logo"><a routerLink="/"></a></div>
|
||||
<div class="main-page"><a routerLink="/">Главная</a></div>
|
||||
<div class="header-menu-left"><a routerLink="/filesentlog">Журнал взаимодействий</a></div>
|
||||
<div class="main-page"><a routerLink="/">Реестр повесток физических лиц</a></div>
|
||||
</div>
|
||||
<div *ngIf="!isLanding" class="header-menu">
|
||||
<div ngbDropdown class="logout" log-out></div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export class HomeLandingComponent implements OnInit {
|
|||
ngOnInit(): void {
|
||||
fetch("esia/auth")
|
||||
.then(() => document.getElementById("browser-check-info").hidden = true)
|
||||
.catch(() => document.getElementById("browser-check-info").hidden = false)
|
||||
.catch(() => document.getElementById("browser-check-info").hidden = false);
|
||||
this.cd.markForCheck();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue