Revision 708122de

b/ui/templates/machines_list.html
266 266
    tableData = vmTable.fnGetData();
267 267

  
268 268
    $.each(data.servers.values, function(i,server){
269
        var server = get_machine(server.id);
270 269

  
271 270
        current = -1;
272 271
        // check server status to select the appropriate OS icon, defaults to on state
......
369 368
            var server = get_machine(server.id);
370 369
            if (server.status == "DESTROY") {
371 370
                status_string = TRANSITIONS['Destroying'];
371
                osIcon = "static/icons/indicators/small/progress.gif";
372 372
            }
373 373

  
374 374
            // add new row to the table

Also available in: Unified diff