pull/426/head
Ryan Cheley 5 years ago
parent d875b73e3e
commit 08817b6ae4

@ -20,4 +20,8 @@ class Gitlab(_Vcs):
_icon = "gitlab.png"
class Svn(_Vcs):
_icon = "svn.png"
# Aliases

@ -8,7 +8,6 @@ class _Chat(_Saas):
_icon_dir = "resources/saas/chat"
class Discord(_Chat):
_icon = "discord.png"

@ -229,6 +229,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.vcs.Git**
- **diagrams.onprem.vcs.Github**
- **diagrams.onprem.vcs.Gitlab**
- **diagrams.onprem.vcs.Svn**
## onprem.workflow

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Loading…
Cancel
Save