kumahq / kuma-gui

🐻 A GUI built on Vue.js for use with Kuma.
https://kuma.io/
Apache License 2.0
38 stars 20 forks source link

chore: creation of 'service-mesh' module #2698

Closed johncowen closed 4 days ago

johncowen commented 6 days ago

This PR is essentially one of those "move things around" PRs. In this case we are moving some service container configuration around so that:

If you look at main.ts now the idea is you install your framework (vue), then the application, then the service-mesh module. Followed by an potentially optional modules (in this case onboarding and diagnostics)

As we are just moving things around here, there is no change to functionality/logic at all

netlify[bot] commented 6 days ago

Deploy Preview for kuma-gui ready!

Name Link
Latest commit 1afa26d5066d182045b7b7bc98f6b9f142b63b78
Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/667e8663bbc21c00089a7d37
Deploy Preview https://deploy-preview-2698--kuma-gui.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

johncowen commented 5 days ago

Please do not merge yet, I'm waiting for other things to go in first