浏览代码

HUE-9266 [history] Show submission time

Romain 6 年之前
父节点
当前提交
d5918f94ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {