diff options
Diffstat (limited to 'client/src/app/+about/about-instance/about-instance.component.html')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index 25d416740..f05f33d36 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -94,6 +94,13 @@ | |||
94 | <label i18n>Features found on this instance</label> | 94 | <label i18n>Features found on this instance</label> |
95 | <my-instance-features-table></my-instance-features-table> | 95 | <my-instance-features-table></my-instance-features-table> |
96 | </div> | 96 | </div> |
97 | |||
98 | <div class="col"> | ||
99 | <div i18n class="middle-title"> | ||
100 | Statistics | ||
101 | </div> | ||
102 | <my-instance-statistics></my-instance-statistics> | ||
103 | </div> | ||
97 | </div> | 104 | </div> |
98 | 105 | ||
99 | <my-contact-admin-modal #contactAdminModal></my-contact-admin-modal> | 106 | <my-contact-admin-modal #contactAdminModal></my-contact-admin-modal> |