Updating the generic network icons to industry standard ones

pull/566/head
Shuaib Munshi 4 years ago
parent 97f4e85cb0
commit da161f00f0

@ -8,10 +8,18 @@ class _Network(_Generic):
_icon_dir = "resources/generic/network"
class Accesspoint(_Network):
_icon = "accesspoint.png"
class Firewall(_Network):
_icon = "firewall.png"
class Layer3Switch(_Network):
_icon = "layer-3-switch.png"
class Router(_Network):
_icon = "router.png"
@ -28,4 +36,8 @@ class VPN(_Network):
_icon = "vpn.png"
class Workstation(_Network):
_icon = "workstation.png"
# Aliases

@ -93,19 +93,3 @@ class VpnPolicy(_Network):
# Aliases
ACL = Rules
CIS = InternetServices
DL = DirectLink
FIP = FloatingIp
FloatingIP = FloatingIp
FW = Firewall
LB = LoadBalancer
NLB = LoadBalancer
PublicGateway = Gateway
SecurityGroupRules = Rules
TG = TransitGateway
VPC = Vpc
VPNGateway = VpnGateway
VPNConnection = VpnConnection
VPNPolicy = VpnPolicy

@ -65,4 +65,3 @@ class Vpn(_Security):
# Aliases
VPN = Vpn

@ -24,11 +24,14 @@ Node classes list of generic provider.
## generic.network
- **diagrams.generic.network.Accesspoint**
- **diagrams.generic.network.Firewall**
- **diagrams.generic.network.Layer3Switch**
- **diagrams.generic.network.Router**
- **diagrams.generic.network.Subnet**
- **diagrams.generic.network.Switch**
- **diagrams.generic.network.VPN**
- **diagrams.generic.network.Workstation**
## generic.os

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Loading…
Cancel
Save