Closed rgallettonf closed 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 |
Commit was missing signature. Re-creating PR
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.