mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5535] commented code removed
This commit is contained in:
@@ -25,32 +25,3 @@
|
||||
<p data-test="property"> <span class="font-weight-bold">{{ getPropertyLabel(entry.key) | titlecase }}</span> : {{entry.value}}</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
<div class="mb-3 border-bottom" >
|
||||
<div class="w-100 d-flex justify-content-between py-2 mb-0" (click)="collapse.toggle()">
|
||||
<button type="button" class="btn btn-link p-0 " (click)="$event.preventDefault()" [attr.aria-expanded]="!collapse.collapsed"
|
||||
aria-controls="collapseExample">
|
||||
<span [class.h4]="!isNested">{{ healthInfoComponentName | titlecase }}</span>
|
||||
</button>
|
||||
<div class="d-inline-block">
|
||||
<span *ngIf="collapse.collapsed" class="fas fa-chevron-down"></span>
|
||||
<span *ngIf="!collapse.collapsed" class="fas fa-chevron-up"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div #collapse="ngbCollapse" [ngbCollapse]="isCollapsed">
|
||||
<div class="card border-0">
|
||||
<div class="card-body">
|
||||
<ds-health-info-component *ngFor="let entry of healthInfoComponent | dsObjNgFor"
|
||||
[healthInfoComponent]="entry.value"
|
||||
[healthInfoComponentName]="entry.key"
|
||||
[isNested]="true"
|
||||
data-test="component"></ds-health-info-component>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>-->
|
||||
|
||||
|
@@ -22,12 +22,4 @@
|
||||
</ng-template>
|
||||
</ngb-panel>
|
||||
</ngb-accordion>
|
||||
|
||||
|
||||
|
||||
<!-- <div *ngFor="let entry of healthInfoResponse | dsObjNgFor" class="mb-3">
|
||||
<ds-health-info-component [healthInfoComponentName]="entry.key"
|
||||
[healthInfoComponent]="entry.value"
|
||||
data-test="info-component"></ds-health-info-component>
|
||||
</div>-->
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user