feat(UI): Support multiple registries (#1356)

* feat(#1352): Support multiple registries: add registry select box and refresh main area on change

* doc(build): build ui

* fix(#1352): Set first available mesh after login when no mesh is set

* doc(build): build ui

* fix(conflict)

* doc(build): build ui
126 files changed
tree: b28d39626bdbbcffaee255fdda4032c77d5eceaf
  1. .github/
  2. api/
  3. app/
  4. docs/
  5. pkg/
  6. release/
  7. scripts/
  8. ui-vue3/
  9. .asf.yaml
  10. .codecov.yml
  11. .gitattributes
  12. .gitignore
  13. .licenserc.yaml
  14. CONTRIBUTING.md
  15. go.mod
  16. go.sum
  17. LICENSE
  18. Makefile
  19. NOTICE
  20. README.md
README.md

Build codecov license

Dubbo Admin is the console designed for better visualization of Dubbo applications.

Repositories

The main code repositories of Dubbo Admin include:

  • ui-vue3: Implements the front-end interface of Dubbo Admin.
  • Dubbo Admin Console: Implemented in the app and pkg directories.
    For more details, see the app/README.

Quick Start

Please refer to official website.

Roadmap

Please refer to RoadMap.

Contributing

Admin UI

Admin Server

Other Information

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.