mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Why: * The portal currently shows API clients in the Actors index list. Each Actor in the list has a link to their own 'show' page. Prior to this commit, selecting an API client from the list would result an error. While API clients are technically an Actor, they aren't quite the same as all other Actors because they are only used to configure the portal for a given account. Because of this, they don't have the same information to show as all other Actors. This commit sets the 'show' URL for API clients to the 'settings' page to show the proper info for the API client. Fixes: #7370