Revision 3d6e97af ui/templates/machines.html

b/ui/templates/machines.html
366 366
                        machine.appendTo(".terminated");
367 367
                    }
368 368
                });
369
                // if the terminated list is populated then the seperator must be shown
370
                if ($(".terminated a.name").length > 0) {
371
                    $("#mini.seperator").fadeIn("slow");
372
                }
373 369
            }
374
            $("div.machine:last-child").find("div.seperator").hide();
375 370
            $("#spinner").hide();
371
            $("div.machine:last-child").find("div.seperator").hide();
372
            // if the terminated list is populated then the seperator must be shown
373
            if ($(".terminated a.name").length > 0) {
374
                $("#mini.seperator").fadeIn("slow");
375
            }
376 376
            if ($("div.list table.list-running tbody.running tr").length > 0) {
377 377
                $("div.list table.list-running").dataTable({
378 378
                    "bInfo": false,

Also available in: Unified diff