Browse Source

HUE-9266 [history] Show submission time

Romain 6 năm trước cách đây
mục cha
commit
d5918f94ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {