feat(node): add raspbian gen os (#589)

* Add Raspberry Pi logo for describing RPis.

* Added raspbian.png for Raspberry Pis.

* update raspbian.png for size
pull/566/merge
abrudner 3 years ago committed by GitHub
parent b35be05534
commit 93adbcc52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,10 @@ class LinuxGeneral(_Os):
_icon = "linux-general.png" _icon = "linux-general.png"
class Raspbian(_Os):
_icon = "raspbian.png"
class Suse(_Os): class Suse(_Os):
_icon = "suse.png" _icon = "suse.png"

@ -36,6 +36,7 @@ Node classes list of generic provider.
- **diagrams.generic.os.Centos** - **diagrams.generic.os.Centos**
- **diagrams.generic.os.IOS** - **diagrams.generic.os.IOS**
- **diagrams.generic.os.LinuxGeneral** - **diagrams.generic.os.LinuxGeneral**
- **diagrams.generic.os.Raspbian**
- **diagrams.generic.os.Suse** - **diagrams.generic.os.Suse**
- **diagrams.generic.os.Ubuntu** - **diagrams.generic.os.Ubuntu**
- **diagrams.generic.os.Windows** - **diagrams.generic.os.Windows**

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Loading…
Cancel
Save