Skip to content

Commit e63914f

Browse files
committed
console: Fix link
1 parent 7227e8b commit e63914f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • pkg/webui/console/containers/gateway-onboarding-form/qr-scan-section

pkg/webui/console/containers/gateway-onboarding-form/qr-scan-section/fleets-scan.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ const FleetsScan = ({ qrData, setQrData }) => {
7878
content={sharedMessages.fleetTokenInfo}
7979
values={{
8080
Link: val => (
81-
<Link.Anchor secondary href={`${smUrl}/dashboard`} external>
81+
<Link.Anchor
82+
secondary
83+
href={`${smUrl}/dashboard/subscriptions?type=gateway`}
84+
external
85+
>
8286
{val}
8387
</Link.Anchor>
8488
),

0 commit comments

Comments
 (0)