mirror of https://github.com/mingrammer/diagrams
(#134) Clean onprem elastic
parent
e9ef928cfe
commit
944d61bf63
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Elastic
|
||||
|
||||
|
||||
class _Saas(_Elastic):
|
||||
_type = "saas"
|
||||
_icon_dir = "resources/elastic/saas"
|
||||
|
||||
|
||||
class Cloud(_Saas):
|
||||
_icon = "cloud.png"
|
||||
|
||||
|
||||
class Elastic(_Saas):
|
||||
_icon = "elastic.png"
|
||||
|
||||
|
||||
# Aliases
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in new issue