mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
mono progress
This commit is contained in:
parent
ad2d047de5
commit
4f61697711
2 changed files with 19 additions and 2 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue