fix(): change flask icon to light version (#419)

For SW topology theme is dark, change the icon the light version and resize to 200x200
1 file changed
tree: 3fd15b5e6e2f6f82d9cc1cd7721890340cdaf79b
  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
  • Mail list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail 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.