From f6cf8e8d8e9bc61dac266886c873613bb715936d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Feb 2023 15:53:40 +0100 Subject: Fix stats anchor link --- .../instance-statistics.component.html | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 client/src/app/+about/about-instance/instance-statistics.component.html (limited to 'client/src/app/+about/about-instance/instance-statistics.component.html') diff --git a/client/src/app/+about/about-instance/instance-statistics.component.html b/client/src/app/+about/about-instance/instance-statistics.component.html new file mode 100644 index 000000000..68b209990 --- /dev/null +++ b/client/src/app/+about/about-instance/instance-statistics.component.html @@ -0,0 +1,101 @@ +

Loading instance statistics...

+ +
+

By users on this instance

+ +
+
+
+
+

{{ serverStats.totalUsers | number }}

+

users

+
+ +
+
+ +
+
+
+

{{ serverStats.totalLocalVideos | number }}

+

videos

+
+ +
+
+ +
+
+
+

{{ serverStats.totalLocalVideoViews | number }}

+

views

+
+ +
+
+ +
+
+
+

{{ serverStats.totalLocalVideoComments | number }}

+

comments

+
+ +
+
+ +
+
+
+

{{ serverStats.totalLocalVideoFilesSize | bytes:1 }}

+

hosted video

+
+ +
+
+
+ +

In this instance federation

+ +
+
+
+
+

{{ serverStats.totalVideos | number }}

+

videos

+
+ +
+
+ +
+
+
+

{{ serverStats.totalVideoComments | number }}

+

comments

+
+ +
+
+ +
+
+
+

{{ serverStats.totalInstanceFollowers | number }}

+

followers

+
+ +
+
+ +
+
+
+

{{ serverStats.totalInstanceFollowing | number }}

+

following

+
+ +
+
+
+
-- cgit v1.2.3