diff --git a/src/app/appmarket/domains/domain/domain.component.html b/src/app/appmarket/domains/domain/domain.component.html index 6064793e4a7fed80d8596d5e0533b4da11efdcff..c597357c13bf02bd57a0fd633ed2568e99f8d51e 100644 --- a/src/app/appmarket/domains/domain/domain.component.html +++ b/src/app/appmarket/domains/domain/domain.component.html @@ -155,7 +155,7 @@ <app-domain-namespace-annotations [annotationRead]="annotations" (annotations)="handleAnnotationsChange($event)" (trigerDelete)="handleAnnotationDelete($event)"></app-domain-namespace-annotations> </div> - <div *ngIf="isInMode(ComponentMode.VIEW)" class="background-section"> + <div *ngIf="isInMode(ComponentMode.VIEW) || isInMode(ComponentMode.EDIT)" class="background-section"> <h4 style="font-size:15px; font-weight: bold">{{ 'DOMAIN_DETAILS.APP_STATUS' | translate }}</h4> <div class="panel-body"> <table class="table table-hover table-condensed" aria-describedby="Domain details table">