diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-02 22:37:01 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-18 15:13:30 +0200 |
commit | 3d05209c9a9f1e229f8c704ee5fe06a5c97c9840 (patch) | |
tree | 3c78276817d8c14f05bcfcdba6d65db0a3c52f22 /client/src/app/+about | |
parent | 235b055dc566f35aa07480ad055a7fbb40e028ac (diff) | |
download | PeerTube-3d05209c9a9f1e229f8c704ee5fe06a5c97c9840.tar.gz PeerTube-3d05209c9a9f1e229f8c704ee5fe06a5c97c9840.tar.zst PeerTube-3d05209c9a9f1e229f8c704ee5fe06a5c97c9840.zip |
Add statistics section in about page
Diffstat (limited to 'client/src/app/+about')
-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> |