Explorar o código

[jb] Sort jobs by date by default instead of job ids

Show newest jobs first independently of their names.
Will work with Impala, Spark on YARN that way too.
Patricia Sz %!s(int64=11) %!d(string=hai) anos
pai
achega
481d8a1498
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/jobbrowser/src/jobbrowser/templates/jobs.mako

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

@@ -110,7 +110,7 @@ ${ components.menubar() }
       "bAutoWidth": false,
       "sDom": "<'row'r>t<'row-fluid'<'dt-pages'p><'dt-records'i>>",
       "aaSorting": [
-        [1, "desc"]
+        [10, "desc"]
       ],
       "bProcessing": true,
       "bDeferRender": true,