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

[shardingsphere-elasticjob-ui] 21/47: Merge pull request #6 from cncounter/master

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

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

commit a6f7c6baa965f706a23fd49d8b6e63ce131c9603
Merge: eaf171d 9bb5ba5
Author: Haoran Meng <me...@gmail.com>
AuthorDate: Tue Jul 21 09:43:47 2020 +0800

    Merge pull request #6 from cncounter/master
    
    Job dimension Vue implement

 .../ui/web/controller/JobConfigController.java     |  15 +-
 .../ui/web/controller/JobOperationController.java  |  32 +-
 .../web/controller/ServerOperationController.java  |  38 +-
 .../src/lang/en-US.js                              |  76 +++
 .../src/lang/zh-CN.js                              |  77 +++
 .../src/router/index.js                            |  24 +
 .../operation-jobs-detail/api.js}                  |  40 +-
 .../src/views/operation-jobs-detail/index.vue      |  33 ++
 .../module/operationJobsDetail.vue                 | 232 +++++++++
 .../src/views/operation-jobs/api.js                |  37 ++
 .../src/views/operation-jobs/index.vue             |  33 ++
 .../views/operation-jobs/module/operationJobs.vue  | 567 +++++++++++++++++++++
 .../src/views/operation-servers-detail/index.vue   |  33 ++
 .../module/operationServersDetail.vue              | 310 +++++++++++
 .../src/views/operation-servers/api.js             |  35 ++
 .../src/views/operation-servers/index.vue          |  33 ++
 .../operation-servers/module/operationServers.vue  | 252 +++++++++
 17 files changed, 1804 insertions(+), 63 deletions(-)