Prechádzať zdrojové kódy

HUE-9266 [history] Show submission time

Romain 6 rokov pred
rodič
commit
d5918f94ea

+ 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 {