aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-about-accordion.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-instance/instance-about-accordion.component.html')
-rw-r--r--client/src/app/shared/shared-instance/instance-about-accordion.component.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-instance/instance-about-accordion.component.html b/client/src/app/shared/shared-instance/instance-about-accordion.component.html
index e91e44656..73e511d1c 100644
--- a/client/src/app/shared/shared-instance/instance-about-accordion.component.html
+++ b/client/src/app/shared/shared-instance/instance-about-accordion.component.html
@@ -49,5 +49,11 @@
49 <div class="block" [innerHTML]="aboutHtml.codeOfConduct"></div> 49 <div class="block" [innerHTML]="aboutHtml.codeOfConduct"></div>
50 </ng-template> 50 </ng-template>
51 </ngb-panel> 51 </ngb-panel>
52
53 <ngb-panel *ngFor="let pluginPanel of pluginPanels" [id]="pluginPanel.id" [title]="pluginPanel.title">
54 <ng-template ngbPanelContent>
55 <div class="block" [innerHTML]="pluginPanel.html"></div>
56 </ng-template>
57 </ngb-panel>
52 </ng-container> 58 </ng-container>
53</ngb-accordion> 59</ngb-accordion>