|
|
@ -14,8 +14,8 @@
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<ng-container *ngFor="let object of propertiesInfo">
|
|
|
|
<ng-container *ngFor="let object of propertiesInfo">
|
|
|
|
<mat-card class="inline-card" *ngIf="object.type === 'Group'">
|
|
|
|
<mat-card class="inline-card" *ngIf="object.type === 'Group'">
|
|
|
|
<mat-card-title
|
|
|
|
<mat-card-title class="card-header">
|
|
|
|
>{{ object.title }}
|
|
|
|
<h2>{{ object.title }}</h2>
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
mat-button
|
|
|
|
mat-button
|
|
|
|
*ngIf="data.isLockedByMe && object.possibleObjects"
|
|
|
|
*ngIf="data.isLockedByMe && object.possibleObjects"
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<mat-card class="inline-card" *ngIf="object.type === 'ReferenceTable'">
|
|
|
|
<mat-card class="inline-card" *ngIf="object.type === 'ReferenceTable'">
|
|
|
|
<mat-card-title
|
|
|
|
<mat-card-title
|
|
|
|
>{{ object.title }}
|
|
|
|
><h2>{{ object.title }}</h2>
|
|
|
|
<a
|
|
|
|
<a
|
|
|
|
mat-button
|
|
|
|
mat-button
|
|
|
|
*ngIf="object.linkToTable"
|
|
|
|
*ngIf="object.linkToTable"
|
|
|
|