1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

mono progress

This commit is contained in:
Luke Pulverenti 2013-09-28 14:16:30 -04:00
parent ad2d047de5
commit 4f61697711
2 changed files with 19 additions and 2 deletions

View file

@ -264,6 +264,9 @@
if (!dashboardInfo.RunningTasks.length) {
html += '<p>No tasks are currently running.</p>';
$('#runningTasksCollapsible', page).hide();
} else {
$('#runningTasksCollapsible', page).show();
}
for (var i = 0, length = dashboardInfo.RunningTasks.length; i < length; i++) {