Browse Source

[jb] List jobs from new Json format

Romain Rigaux 10 years ago
parent
commit
e17631e
1 changed files with 1 additions and 1 deletions
  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);