feat: added GCP generic-service and Google-Cloud-Platform Nodes and supporting resources. These can be used for representing a project (or other icon-less components) and an organization on platform, respectively.

pull/71/head
Brandon O'Connor 6 years ago
parent 98c9274842
commit 14349f38a0

@ -0,0 +1,16 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _GCP
class _General(_GCP):
_type = "general"
_icon_dir = "resources/gcp/general"
class GoogleCloudPlatform(_General):
_icon = "google-cloud-platform.png"
class GenericService(_General):
_icon = "generic-service.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Loading…
Cancel
Save