mirror of https://github.com/mingrammer/diagrams
feat: adding Presto, Apache Superset, Nextcloud Nodes (#327)
* adding presto node to onperm.analytics prestosql and prestodb logos are same * adding presto logo to resource directory * git add Apache superset * adding nextcloud nodepull/401/merge
parent
62562ea5d0
commit
d7695712df
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Saas
|
||||
|
||||
|
||||
class _Filesharing(_Saas):
|
||||
_type = "filesharing"
|
||||
_icon_dir = "resources/saas/filesharing"
|
||||
|
||||
|
||||
class Nextcloud(_Filesharing):
|
||||
_icon = "nextcloud.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in new issue