Back to Kavita

Server Stats Stats Tab.Component

UI/Web/src/app/statistics/_components/server-stats-stats-tab/server-stats-stats-tab.component.html

0.9.0521 B
Original Source

@if (statsResource.hasValue()) { @let stats = statsResource.value();

{{t('series-count', {num: stats.seriesCount | number})}}

{{t('volume-count', {num: stats.volumeCount | number})}}

{{t('file-count', {num: stats.totalFiles | number})}}

{{stats.totalSize | bytes}}

{{t('genre-count', {num: stats.totalGenres | compactNumber})}}

{{t('tag-count', {num: stats.totalTags | compactNumber})}}

{{t('people-count', {num: stats.totalPeople | compactNumber})}}

{{stats.totalReadingTime | timeDuration}}

}