You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by yw...@apache.org on 2019/11/19 06:15:11 UTC

[skywalking-rocketbot-ui] branch master updated (7278e3b -> e159f49)

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

ywang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git.


    from 7278e3b  Support for apache-servicecomb (#169)
     add e159f49  Component: dropdown component (#203)

No new revisions were added by this update.

Summary of changes:
 src/components/index.ts                            |  7 +-
 .../{rk-panel.vue => rk-dropdown-item.vue}         | 51 ++++++++------
 src/components/rk-dropdown.vue                     | 80 ++++++++++++++++++++++
 3 files changed, 114 insertions(+), 24 deletions(-)
 copy src/components/{rk-panel.vue => rk-dropdown-item.vue} (53%)
 create mode 100644 src/components/rk-dropdown.vue