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

[shardingsphere-elasticjob-ui] branch master updated (705552b -> 1c92850)

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

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


    from 705552b  Merge pull request #20 from menghaoranss/add-job-history
     new 5e07f38  feat:add job-dashboard
     new 117d0f0  refactor: Handling conflicts
     new 1c92850  Merge pull request #21 from wqzwh/master

The 76 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../package.json                                   |   3 +
 .../src/router/index.js                            |   6 +
 .../views/{history-status => job-dashboard}/api.js |   9 +-
 .../src/views/job-dashboard/index.vue              | 365 +++++++++++++++++++++
 4 files changed, 381 insertions(+), 2 deletions(-)
 copy shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/{history-status => job-dashboard}/api.js (61%)
 create mode 100644 shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/job-dashboard/index.vue