You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/07/05 05:22:09 UTC

[skywalking-banyandb] branch test-traffic-gen updated (3a1cb26 -> f64fbd5)

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

hanahmily pushed a change to branch test-traffic-gen
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 3a1cb26  fix file path
     add f392714  Preliminarily improve the overall structure of the databse page. (#142)
     add f64fbd5  Merge branch 'main' into test-traffic-gen

No new revisions were added by this update.

Summary of changes:
 ui/src/assets/main.scss                            |  24 +++-
 .../databaseComponents/MainComponent.vue           |  48 +++++--
 .../mainComponents/DataTableComponent.vue          | 158 +++++++++++++++++++++
 .../mainComponents/DrawerRightComponent.vue        | 129 +++++++++++++++++
 .../mainComponents/SecondNavigationComponent.vue   | 103 +++++++++++++-
 .../mainComponents/TopButtonComponent.vue          |   4 +-
 .../mainComponents/TopNavigationComponent.vue      |  21 ++-
 .../drawerRightComponents/DetailListComponent.vue} |  19 ++-
 .../drawerRightComponents/DetailTableComponent.vue |  76 ++++++++++
 ui/src/main.js                                     |  11 +-
 ui/src/views/Database.vue                          |   4 +-
 11 files changed, 568 insertions(+), 29 deletions(-)
 create mode 100644 ui/src/components/databaseComponents/mainComponents/DataTableComponent.vue
 create mode 100644 ui/src/components/databaseComponents/mainComponents/DrawerRightComponent.vue
 copy ui/src/{views/NotFound.vue => components/databaseComponents/mainComponents/drawerRightComponents/DetailListComponent.vue} (67%)
 create mode 100644 ui/src/components/databaseComponents/mainComponents/drawerRightComponents/DetailTableComponent.vue