Explorar el Código

HUE-9266 [history] Show submission time

Romain hace 6 años
padre
commit
d5918f94ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/jobbrowser/src/jobbrowser/apis/history.py

+ 1 - 1
apps/jobbrowser/src/jobbrowser/apis/history.py

@@ -69,7 +69,7 @@ class HistoryApi(Api):
           'queue': '',
           'canWrite': True,
           'duration': 1,
-          'submitted': 1
+          'submitted': history['data']['lastExecuted']
         })
 
     return {