Skip to content
Snippets Groups Projects
Commit 9d7c418e authored by kbeyro's avatar kbeyro
Browse files

add appstate per domain in edit view

parent 8d78c93e
No related branches found
No related tags found
1 merge request!212add appstate per domain in edit view
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment