mirror of https://github.com/mingrammer/diagrams
feat(node): added nextcloud, bitwarden, boundary and ambassador (#363)
* added bitwarden * add hashicorp boundary * add ambassador edge stack * add nextcloud and groupware category * docs update Co-authored-by: Thies B <git@thiesbroetje.de>pull/404/head
parent
ee2a561431
commit
af0caf22d1
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Groupware(_OnPrem):
|
||||
_type = "groupware"
|
||||
_icon_dir = "resources/onprem/groupware"
|
||||
|
||||
|
||||
class Nextcloud(_Groupware):
|
||||
_icon = "nextcloud.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in new issue