minor ui change
This commit is contained in:
parent
951d424cd7
commit
bc6cd2e1ca
|
@ -4,6 +4,7 @@
|
|||
<div class="row align-items-center mb-4 mt-4" *ngIf="formGroup">
|
||||
<div class="col-md col-12">
|
||||
<h3 *ngIf="isNew && !isClone">{{'TENANT-EDITOR.NEW' | translate}}</h3>
|
||||
<h3 *ngIf="!isNew && editorModel">{{ editorModel.name }}</h3>
|
||||
<app-navigation-breadcrumb />
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
|
|
Loading…
Reference in New Issue