Skip to content
Snippets Groups Projects
Verified Commit 59dde868 authored by Damien's avatar Damien
Browse files

FEAT #15350 TIME 0:25 Hide binding and frozen if document not loaded

parent c09e8689
No related branches found
No related tags found
No related merge requests found
<mat-sidenav-container class="maarch-container">
<ng-template #adminMenuTemplate>
<div *ngIf="resourceFreezed || resourceBinded !== null" class="alert-message alert-message-danger"
<div *ngIf="(resourceFreezed || resourceBinded !== null) && !loading" class="alert-message alert-message-danger"
style="min-width: 100%; margin: 10px 0;">
<div *ngIf="resourceFreezed" style="display: flex;align-items: center;">
<i class="fas fa-snowflake" style="width: 25px;text-align: center;"></i>&nbsp;<span [innerHTML]="'lang.retentionRuleFrozenAlt' | translate"></span>
......@@ -410,4 +410,4 @@
class="panel-right" style="overflow-x:hidden;" [class.docView]="!filtersListService.filterMode"
[ngStyle]="{'width': appService.getViewMode() ? '80%' : '30%'}" autoFocus="false">
</mat-sidenav>
</mat-sidenav-container>
\ No newline at end of file
</mat-sidenav-container>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment