From 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 10:14:03 +0200 Subject: Replace all glyphicon icons --- .../shared-instance/instance-statistics.component.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'client/src/app/shared/shared-instance/instance-statistics.component.html') diff --git a/client/src/app/shared/shared-instance/instance-statistics.component.html b/client/src/app/shared/shared-instance/instance-statistics.component.html index 2ca61fd94..960520680 100644 --- a/client/src/app/shared/shared-instance/instance-statistics.component.html +++ b/client/src/app/shared/shared-instance/instance-statistics.component.html @@ -10,7 +10,7 @@

{{ serverStats.totalUsers | number }}

users

- + @@ -20,7 +20,7 @@

{{ serverStats.totalLocalVideos | number }}

videos

- + @@ -30,7 +30,7 @@

{{ serverStats.totalLocalVideoViews | number }}

views

- + @@ -40,7 +40,7 @@

{{ serverStats.totalLocalVideoComments | number }}

comments

- + @@ -50,7 +50,7 @@

{{ serverStats.totalLocalVideoFilesSize | bytes:1 }}

hosted video

- + @@ -64,7 +64,7 @@

{{ serverStats.totalVideos | number }}

videos

- + @@ -74,7 +74,7 @@

{{ serverStats.totalVideoComments | number }}

comments

- + @@ -84,7 +84,7 @@

{{ serverStats.totalInstanceFollowers | number }}

followers

- + @@ -94,7 +94,7 @@

{{ serverStats.totalInstanceFollowing | number }}

following

- + -- cgit v1.2.3