This is an automated email from the ASF dual-hosted git repository.
kimmking pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git.
from 9cfe6cf Merge pull request #1 from menghaoranss/ui-refactor
new 8a74da0 Refactor registry center
new e78f320 Refactor event trace data source
new 8e86711 Merge pull request #2 from menghaoranss/refactor-reg-center
The 6 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:
.../controller/EventTraceDataSourceController.java | 27 +-
.../web/controller/RegistryCenterController.java | 23 +-
.../src/lang/en-US.js | 32 +-
.../src/lang/zh-CN.js | 34 +-
.../src/router/index.js | 14 +-
.../src/views/{login => data-source}/api.js | 7 +-
.../Footer => views/data-source}/index.vue | 23 +-
.../src/views/data-source/module/dataSource.vue | 317 ++++++++++++++++
.../src/views/{login => registry-center}/api.js | 8 +-
.../Footer => views/registry-center}/index.vue | 23 +-
.../registry-center/module/registryCenter.vue | 400 +++++++++++++++++++++
11 files changed, 818 insertions(+), 90 deletions(-)
copy shardingsphere-elasticjob-ui-frontend/src/views/{login =>
data-source}/api.js (65%)
copy shardingsphere-elasticjob-ui-frontend/src/{components/Footer =>
views/data-source}/index.vue (71%)
create mode 100644
shardingsphere-elasticjob-ui-frontend/src/views/data-source/module/dataSource.vue
copy shardingsphere-elasticjob-ui-frontend/src/views/{login =>
registry-center}/api.js (63%)
copy shardingsphere-elasticjob-ui-frontend/src/{components/Footer =>
views/registry-center}/index.vue (71%)
create mode 100644
shardingsphere-elasticjob-ui-frontend/src/views/registry-center/module/registryCenter.vue