When creating service groups in the topology, it is better if the service names are sorted.  (#478)

* When creating a service group, the service names are sorted in alphabetical order.

* Set types for a and b.

Co-authored-by: Qiuxia Fan <fine0830@outlook.com>
1 file changed
tree: d4513aa6d7a8eabb1cb1e956479a32d58c4da5ed
  1. .github/
  2. public/
  3. src/
  4. .asf.yaml
  5. .browserslistrc
  6. .gitignore
  7. .licenserc.yaml
  8. .prettierrc
  9. babel.config.js
  10. LICENSE
  11. package-lock.json
  12. package.json
  13. postcss.config.js
  14. README.md
  15. run.sh
  16. tsconfig.json
  17. tslint.json
  18. vue.config.js
README.md

Apache SkyWalking Rocketbot UI

Apache SkyWalking UI.

NPM BUILD

Contact Us

  • Submit an issue
  • Mailing list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mailing list
  • Join skywalking channel at Apache Slack
  • QQ Group: 392443393, 901167865

Release

This repo wouldn't release separately. All source codes have been included in the main repo release. The tags match the main repo tags.

Development

The app was built with vue + typescript.

Prepare

  1. Fork, then clone the repo and change directory into it.
  2. Install dependencies via npm:
npm install

Build

Notice, as SkyWalking primary UI, the npm build has been integration in SkyWalking dist build.

All following builds are for dev.

npm install
npm run serve

The default UI address is http://localhost:8080.

License

Apache 2.0 License.