@if(isSmartphone){
}
@if (navigationService.position() !== null) {
@if (navigationService.position() === 'disabled') {
}
@if (navigationService.position() === 'left') {
@if(navigationService.currentNode() !== null){
}
}
@if (navigationService.position() === 'bottom') {
}
}
@if (latestIncident !== null) {
}
@if (websocket.status === 'connecting' || websocket.status === 'failed') {
@switch (websocket.status) {
@case ('connecting') {
INDEX.CONNECTION_IN_PROGRESS
}
@case ('failed') {
INDEX.CONNECTION_FAILED
{{ environment.url }}
}
}
}
@if (isSystemLogEnabled) {
}
@if(navigationService.position() === 'disabled'){
@if ((service.metadata | async)?.user; as user) {
{{ user.name }}
{{ user.id }}
}
@if ((service.metadata | async); as service) {
@if (isUserAllowedToSeeOverview) {
{{"MENU.OVERVIEW" | translate}}
}
}
@if (service.currentEdge(); as edge) {
}
}
@if (!isSmartphone && navigationService.position() === "left" && navigationService.currentNode() !== null) {
}
@if (!isSmartphone) {
}
@if (isUserAllowedToSeeFooter && !isHistoryDetailView) {
}