resolved conflicts

pull/499/head
lrjball 3 years ago
commit 7e27c0f67c

@ -16,6 +16,10 @@ class Centos(_Os):
_icon = "centos.png"
class Debian(_Os):
_icon = "debian.png"
class IOS(_Os):
_icon = "ios.png"

@ -59,6 +59,9 @@ Node classes list of generic provider.
<img width="30" src="/img/resources/generic/os/centos.png" alt="Centos" style="float: left; padding-right: 5px;" >
**diagrams.generic.os.Centos**
<img width="30" src="/img/resources/generic/os/debian.png" alt="Debian" style="float: left; padding-right: 5px;" >
**diagrams.generic.os.Debian**
<img width="30" src="/img/resources/generic/os/ios.png" alt="IOS" style="float: left; padding-right: 5px;" >
**diagrams.generic.os.IOS**

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save