You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/07/21 09:33:16 UTC

[shardingsphere-elasticjob-ui] 29/29: Merge pull request #9 from menghaoranss/add-history-status

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

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

commit 113ca5660c75a2ce655d8d4feefde449c611103c
Merge: d50a754 dfd5d04
Author: Juan Pan(Trista) <pa...@apache.org>
AuthorDate: Tue Jul 21 17:32:38 2020 +0800

    Merge pull request #9 from menghaoranss/add-history-status
    
    Add job history status page

 .../controller/EventTraceHistoryController.java    |   6 +-
 .../web/controller/RegistryCenterController.java   |   4 +-
 .../src/lang/en-US.js                              |  21 +++
 .../src/lang/zh-CN.js                              |  23 ++-
 .../src/router/index.js                            |   6 +
 .../src/views/data-source/module/dataSource.vue    |   2 +-
 .../{registry-center => history-status}/api.js     |   8 +-
 .../src/views/history-status/index.vue             |  33 ++++
 .../views/history-status/module/historyStatus.vue  | 171 +++++++++++++++++++++
 .../src/views/registry-center/api.js               |   6 +-
 .../registry-center/module/registryCenter.vue      |   4 +-
 11 files changed, 264 insertions(+), 20 deletions(-)