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 8244eec Mend list style
new 9d33ad3 Add panel page
new 104c4e8 Add loading application list from backend
The 2 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/mock/application.js | 1 +
src/main/frontend/mock/trace.js | 24 ++++
.../frontend/src/components/Page/Panel/index.js | 20 +++
src/main/frontend/src/components/Page/index.js | 5 +
src/main/frontend/src/models/application.js | 107 +++++++++++++---
src/main/frontend/src/models/dashboard.js | 54 ++++----
.../frontend/src/routes/Application/Application.js | 139 +++++++++++----------
.../frontend/src/routes/Dashboard/Dashboard.js | 22 ++--
src/main/frontend/src/utils/utils.js | 35 ++++++
9 files changed, 285 insertions(+), 122 deletions(-)
create mode 100644 src/main/frontend/src/components/Page/Panel/index.js
create mode 100644 src/main/frontend/src/components/Page/index.js
--
To stop receiving notification emails like this one, please contact
[email protected].