This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch feature/5.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git.
from 381f40b Finished dashboard demo
new e59b586 App application demo page
new 48199b3 Add service demo page
new 1080608 First version of demo is finished
The 3 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:
src/main/frontend/src/common/nav.js | 24 +++
.../src/components/Charts/{Bar => Line}/index.js | 19 +--
src/main/frontend/src/components/Charts/index.js | 2 +
.../src/components/DescriptionList/Description.js | 17 ++
.../components/DescriptionList/DescriptionList.js | 21 +++
.../src/components/DescriptionList/demo/basic.md | 35 +++++
.../components/DescriptionList/demo/vertical.md | 35 +++++
.../src/components/DescriptionList/index.d.ts | 22 +++
.../src/components/DescriptionList/index.js | 5 +
.../src/components/DescriptionList/index.less | 75 +++++++++
.../src/components/DescriptionList/index.md | 39 +++++
.../src/components/DescriptionList/responsive.js | 6 +
src/main/frontend/src/layouts/BasicLayout.js | 82 ++++++----
.../frontend/src/models/{dashboard.js => alert.js} | 3 +-
.../src/models/{dashboard.js => application.js} | 2 +-
src/main/frontend/src/models/dashboard.js | 2 +-
.../src/models/{dashboard.js => server.js} | 2 +-
.../src/models/{dashboard.js => service.js} | 3 +-
src/main/frontend/src/routes/Alert/Alert.js | 84 ++++++++++
.../{List/TableList.less => Alert/Alert.less} | 5 +
.../frontend/src/routes/Application/Application.js | 155 +++++++++++++++++++
.../Application.less} | 0
.../frontend/src/routes/Dashboard/Dashboard.js | 10 +-
src/main/frontend/src/routes/Server/Server.js | 172 +++++++++++++++++++++
src/main/frontend/src/routes/Service/Service.js | 159 +++++++++++++++++++
.../.gitkeep => src/routes/Service/Service.less} | 0
26 files changed, 925 insertions(+), 54 deletions(-)
copy src/main/frontend/src/components/Charts/{Bar => Line}/index.js (91%)
create mode 100644
src/main/frontend/src/components/DescriptionList/Description.js
create mode 100644
src/main/frontend/src/components/DescriptionList/DescriptionList.js
create mode 100644
src/main/frontend/src/components/DescriptionList/demo/basic.md
create mode 100644
src/main/frontend/src/components/DescriptionList/demo/vertical.md
create mode 100644 src/main/frontend/src/components/DescriptionList/index.d.ts
create mode 100644 src/main/frontend/src/components/DescriptionList/index.js
create mode 100644 src/main/frontend/src/components/DescriptionList/index.less
create mode 100644 src/main/frontend/src/components/DescriptionList/index.md
create mode 100644
src/main/frontend/src/components/DescriptionList/responsive.js
copy src/main/frontend/src/models/{dashboard.js => alert.js} (90%)
copy src/main/frontend/src/models/{dashboard.js => application.js} (90%)
copy src/main/frontend/src/models/{dashboard.js => server.js} (90%)
copy src/main/frontend/src/models/{dashboard.js => service.js} (90%)
create mode 100644 src/main/frontend/src/routes/Alert/Alert.js
copy src/main/frontend/src/routes/{List/TableList.less => Alert/Alert.less}
(92%)
create mode 100644 src/main/frontend/src/routes/Application/Application.js
copy src/main/frontend/src/routes/{Dashboard/Dashboard.less =>
Application/Application.less} (100%)
create mode 100644 src/main/frontend/src/routes/Server/Server.js
create mode 100644 src/main/frontend/src/routes/Service/Service.js
copy src/main/frontend/{mock/.gitkeep => src/routes/Service/Service.less}
(100%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].