openziti / ziti-console

https://openziti.io
Apache License 2.0
23 stars 16 forks source link

Enable the opening of the configs create/edit forms via deep linking #422

Closed rgallettonf closed 3 months ago

rgallettonf commented 3 months ago

Angular supports the opening of various pages/screens via "deep routes" or "deep linking", so that a specific entity can be loaded via an ID included in the URL path.

This will allow users to go to the url /configs/some-ziti-id, and open the configs edit page with the details of a specific identity already loaded on the page.

Also wrapped the "name" cell render, and the service type cards with an anchor tag to allow the "open in new tab" behavior via browser context menu.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ziti-console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 5:51pm
rgallettonf commented 3 months ago

Commit was missing signature. Re-creating PR