Adding Apache Camel framework (#1005)

1027-feature-request-apigee-icon
Dimitrios (Dimi) Liapis 11 months ago committed by GitHub
parent ed44fdb193
commit 1944e59ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,10 @@ class Backbone(_Framework):
_icon = "backbone.png"
class Camel(_Framework):
_icon = "camel.png"
class Django(_Framework):
_icon = "django.png"

@ -89,6 +89,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/backbone.png" alt="Backbone" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Backbone**
<img width="30" src="/img/resources/programming/framework/camel.png" alt="Camel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Camel**
<img width="30" src="/img/resources/programming/framework/django.png" alt="Django" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Django**

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save