feat(node): Add Portwork to onprem storage (#782)

* Add Portworx to onprem storage.

* Remove website/static/img/resources/resources/
pull/788/head
Matthew Fine 2 years ago committed by GitHub
parent e3e6d803a9
commit d4d24834f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,10 @@ class Glusterfs(_Storage):
_icon = "glusterfs.png"
class Portworx(_Storage):
_icon = "portworx.png"
# Aliases
CEPH = Ceph

@ -530,6 +530,9 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/storage/glusterfs.png" alt="Glusterfs" style="float: left; padding-right: 5px;" >
**diagrams.onprem.storage.Glusterfs**
<img width="30" src="/img/resources/onprem/storage/portworx.png" alt="Portworx" style="float: left; padding-right: 5px;" >
**diagrams.onprem.storage.Portworx**
## onprem.tracing

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Loading…
Cancel
Save