Add Git/GitLab/Github to onprem.vcs section #58

pull/80/head
tessier 6 years ago
parent a599e2dac2
commit 4b5c593f43

@ -0,0 +1,23 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Vcs(_OnPrem):
_type = "vcs"
_icon_dir = "resources/onprem/vcs"
class Git(_Vcs):
_icon = "git.png"
class Github(_Vcs):
_icon = "github.png"
class Gitlab(_Vcs):
_icon = "gitlab.png"
# Aliases

@ -120,3 +120,9 @@ Node classes list of onprem provider.
- **diagrams.onprem.analytics.Hive**
- **diagrams.onprem.analytics.Spark**
- **diagrams.onprem.analytics.Storm**
## onprem.vcs
- **diagrams.onprem.vcs.Git**
- **diagrams.onprem.vcs.Github**
- **diagrams.onprem.vcs.Gitlab**

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Loading…
Cancel
Save