mirror of https://github.com/mingrammer/diagrams
Add: Opsgenie into saas.alerting (#187)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/199/head
parent
0219d6dbae
commit
247d2668cb
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Alerting(_Saas):
|
||||||
|
_type = "alerting"
|
||||||
|
_icon_dir = "resources/saas/alerting"
|
||||||
|
|
||||||
|
|
||||||
|
class Opsgenie(_Alerting):
|
||||||
|
_icon = "opsgenie.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in new issue