This is an automated email from the ASF dual-hosted git repository.

kriszu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new e1c6f70a3 [Improve] add timestamp behind sql version (#2607)
e1c6f70a3 is described below

commit e1c6f70a38b55eaea96e51d10cde4da839bf16e2
Author: zhoulii <[email protected]>
AuthorDate: Wed Apr 12 19:19:12 2023 +0800

    [Improve] add timestamp behind sql version (#2607)
    
    Co-authored-by: zhoulii <[email protected]>
---
 .../src/views/flink/app/hooks/useFlinkRender.tsx                     | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/streampark-console/streampark-console-webapp/src/views/flink/app/hooks/useFlinkRender.tsx
 
b/streampark-console/streampark-console-webapp/src/views/flink/app/hooks/useFlinkRender.tsx
index fbaf86bc5..e23609925 100644
--- 
a/streampark-console/streampark-console-webapp/src/views/flink/app/hooks/useFlinkRender.tsx
+++ 
b/streampark-console/streampark-console-webapp/src/views/flink/app/hooks/useFlinkRender.tsx
@@ -459,6 +459,11 @@ export const renderSqlHistory = (
                 {t('flink.app.flinkSql.candidateVersion')}
               </Tag>
             )}
+
+            <span style="color: darkgrey">
+                <Icon icon="ant-design:clock-circle-outlined" />
+              {ver.createTime}
+            </span>
           </div>
         </Select.Option>
       );

Reply via email to