Skip to content

Commit

Permalink
Show number of videos
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Apr 17, 2024
1 parent 21697cc commit 1831f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/app/views/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const Status = () => {
</tbody>
</table>
<h2 className={tw`text-2xl mt-12 mb-6`}>
In Queue
In Queue{queuedVideos.length ? ` (${queuedVideos.length})` : ''}
</h2>
{queuedVideos.length === 0 && (
<div>
Expand Down Expand Up @@ -313,7 +313,7 @@ export const Status = () => {
</table>
)}
<h2 className={tw`text-2xl mt-12 mb-6`}>
Failed Autorenders
Failed Autorenders{failedAutorenderVideos.length ? ` (${failedAutorenderVideos.length})` : ''}
</h2>
{failedAutorenderVideos.length === 0 && (
<div>
Expand Down

0 comments on commit 1831f8b

Please sign in to comment.