Added icon for Pulumi (#759)

* Added icon for Pulumi

* updated changelog

* fix review

---------

Co-authored-by: tessier <tessier@luxeys.com>
pull/1097/head
Piers Karsenbarg 7 months ago committed by GitHub
parent 211a330c8f
commit 5b91ab0b3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,6 +20,10 @@ class Awx(_Iac):
_icon = "awx.png" _icon = "awx.png"
class Pulumi(_Iac):
_icon = "pulumi.png"
class Puppet(_Iac): class Puppet(_Iac):
_icon = "puppet.png" _icon = "puppet.png"

@ -281,6 +281,9 @@ Node classes list of the onprem provider.
<img width="30" src="/img/resources/onprem/iac/awx.png" alt="Awx" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/onprem/iac/awx.png" alt="Awx" style="float: left; padding-right: 5px;" >
**diagrams.onprem.iac.Awx** **diagrams.onprem.iac.Awx**
<img width="30" src="/img/resources/onprem/iac/pulumi.png" alt="Pulumi" style="float: left; padding-right: 5px;" >
**diagrams.onprem.iac.Pulumi**
<img width="30" src="/img/resources/onprem/iac/puppet.png" alt="Puppet" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/onprem/iac/puppet.png" alt="Puppet" style="float: left; padding-right: 5px;" >
**diagrams.onprem.iac.Puppet** **diagrams.onprem.iac.Puppet**

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save