Explorar el Código

[jb] List jobs from new Json format

Romain Rigaux hace 10 años
padre
commit
e17631e668
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/jobbrowser/src/jobbrowser/templates/jobs.mako

+ 1 - 1
apps/jobbrowser/src/jobbrowser/templates/jobs.mako

@@ -153,7 +153,7 @@ ${ components.menubar() }
         }
         else {
           var rows = [];
-          $(data).each(function (cnt, job) {
+          $(data.jobs).each(function (cnt, job) {
             rows.push(getJobRow(job));
           });
           jobTable.fnAddData(rows);