Add Bottlerocket icon (#1225)

pull/1236/head
Yoshiaki Yoshida 2 months ago committed by GitHub
parent 7cebfcbd9b
commit 2f5575018c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,6 +20,10 @@ class Batch(_Compute):
_icon = "batch.png"
class Bottlerocket(_Compute):
_icon = "bottlerocket.png"
class ComputeOptimizer(_Compute):
_icon = "compute-optimizer.png"

@ -146,6 +146,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/compute/batch.png" alt="Batch" style="float: left; padding-right: 5px;" >
**diagrams.aws.compute.Batch**
<img width="30" src="/img/resources/aws/compute/bottlerocket.png" alt="Bottlerocket" style="float: left; padding-right: 5px;" >
**diagrams.aws.compute.Bottlerocket**
<img width="30" src="/img/resources/aws/compute/compute-optimizer.png" alt="ComputeOptimizer" style="float: left; padding-right: 5px;" >
**diagrams.aws.compute.ComputeOptimizer**

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Loading…
Cancel
Save