Skip to content
Snippets Groups Projects
Commit 83c381c1 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch 'cluster-wizard' into 'develop'

add appstate per domain in edit view

See merge request !212
parents c202c767 9d7c418e
Branches
Tags
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