-
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for icons to the Ilograph exporter (#332).
- Loading branch information
1 parent
2a8602d
commit a6e531f
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,27 +27,31 @@ resources: | |
subtitle: "[Deployment Node]" | ||
backgroundColor: "#ffffff" | ||
color: "#232f3e" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
children: | ||
- id: "6" | ||
name: "US-East-1" | ||
subtitle: "[Deployment Node]" | ||
backgroundColor: "#ffffff" | ||
color: "#147eba" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
children: | ||
- id: "12" | ||
name: "Amazon RDS" | ||
subtitle: "[Deployment Node]" | ||
backgroundColor: "#ffffff" | ||
color: "#3b48cc" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
children: | ||
- id: "13" | ||
name: "MySQL" | ||
subtitle: "[Deployment Node]" | ||
backgroundColor: "#ffffff" | ||
color: "#3b48cc" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
children: | ||
- id: "14" | ||
|
@@ -62,13 +66,15 @@ resources: | |
subtitle: "[Deployment Node]" | ||
backgroundColor: "#ffffff" | ||
color: "#cc2264" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
children: | ||
- id: "10" | ||
name: "Amazon EC2" | ||
subtitle: "[Deployment Node]" | ||
backgroundColor: "#ffffff" | ||
color: "#d86613" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
children: | ||
- id: "11" | ||
|
@@ -84,13 +90,15 @@ resources: | |
description: "Highly available and scalable cloud DNS service." | ||
backgroundColor: "#ffffff" | ||
color: "#693cc5" | ||
icon: "AWS/Networking/Route-53.svg" | ||
|
||
- id: "8" | ||
name: "Elastic Load Balancer" | ||
subtitle: "[Infrastructure Node]" | ||
description: "Automatically distributes incoming application traffic." | ||
backgroundColor: "#ffffff" | ||
color: "#693cc5" | ||
icon: "https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected]" | ||
|
||
perspectives: | ||
- name: Static Structure | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters