Skip to content

Commit

Permalink
added launchwizard sub-services
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Aug 5, 2021
1 parent f603327 commit b0b3422
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion console-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2620,7 +2620,17 @@
- id: launchwizard
name: Launch Wizard
description: Size, configure, and deploy third-party applications on AWS
url: "/launchwizard/home#"
url: /launchwizard/home#SqlDeployment
sub_services:
- id: mssqlserver
name: MS SQL Server
url: /launchwizard/home#SqlDeployment
- id: sap
name: SAP
url: /launchwizard/home#SapDeployment
- id: activedirectory
name: Active Directory
url: /launchwizard/home#AdDeployment

- id: status
name: Status
Expand Down
4 changes: 2 additions & 2 deletions workflow/.snapshots/TestRun-$us-east-1_
Original file line number Diff line number Diff line change
Expand Up @@ -4984,11 +4984,11 @@
}),
(*aw.Item)({
title: (string) (len=12) "launchwizard",
subtitle: (*string)((len=77) "Launch Wizard – Size, configure, and deploy third-party applications on AWS"),
subtitle: (*string)((len=82) "🗂 Launch Wizard – Size, configure, and deploy third-party applications on AWS"),
match: (*string)((len=26) "launchwizard Launch Wizard"),
uid: (*string)((len=12) "launchwizard"),
autocomplete: (*string)((len=24) "$us-east-1 launchwizard "),
arg: (*string)((len=76) "https://us-east-1.console.aws.amazon.com/launchwizard/home?region=us-east-1#"),
arg: (*string)((len=89) "https://us-east-1.console.aws.amazon.com/launchwizard/home?region=us-east-1#SqlDeployment"),
valid: (bool) true,
file: (bool) false,
copytext: (*string)(<nil>),
Expand Down

0 comments on commit b0b3422

Please sign in to comment.