You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/23 08:12:58 UTC

[shardingsphere-elasticjob-ui] 26/44: Merge pull request #8 from menghaoranss/add-history-trace

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

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git

commit d50a75459c47600ab1bcd3a7ff56f9defefde1d0
Merge: 76e4f4c e011769
Author: Liang Zhang <te...@163.com>
AuthorDate: Tue Jul 21 14:43:49 2020 +0800

    Merge pull request #8 from menghaoranss/add-history-trace
    
    Add job history trace page

 .../controller/EventTraceHistoryController.java    |  12 +-
 shardingsphere-elasticjob-ui-frontend/package.json |   4 -
 .../src/lang/en-US.js                              |  20 +++
 .../src/lang/zh-CN.js                              |  20 +++
 .../src/router/index.js                            |   6 +
 .../src/views/history-trace/api.js                 |  22 +++
 .../src/views/history-trace/index.vue              |  33 ++++
 .../views/history-trace/module/historyTrace.vue    | 171 +++++++++++++++++++++
 .../src/views/operation-jobs/api.js                |   2 +-
 .../src/views/operation-servers/api.js             |   2 +-
 10 files changed, 282 insertions(+), 10 deletions(-)