diff --git a/server/src/uds/transports/RDP/rdp-tunnel.png b/server/src/uds/transports/RDP/rdp-tunnel.png new file mode 100644 index 00000000..996e5bae Binary files /dev/null and b/server/src/uds/transports/RDP/rdp-tunnel.png differ diff --git a/server/src/uds/transports/RDP/rdptunnel.py b/server/src/uds/transports/RDP/rdptunnel.py index 207460b3..16d4bff3 100644 --- a/server/src/uds/transports/RDP/rdptunnel.py +++ b/server/src/uds/transports/RDP/rdptunnel.py @@ -58,7 +58,7 @@ class TRDPTransport(BaseRDPTransport): Provides access via RDP to service. This transport can use an domain. If username processed by authenticator contains '@', it will split it and left-@-part will be username, and right password """ - + iconFile = 'rdp-tunnel.png' typeName = _('RDP') typeType = 'TSRDPTransport' typeDescription = _('RDP Protocol. Tunneled connection.') diff --git a/server/src/uds/transports/SPICE/spice-tunnel.png b/server/src/uds/transports/SPICE/spice-tunnel.png new file mode 100644 index 00000000..0a1487ca Binary files /dev/null and b/server/src/uds/transports/SPICE/spice-tunnel.png differ diff --git a/server/src/uds/transports/SPICE/spice_tunnel.py b/server/src/uds/transports/SPICE/spice_tunnel.py index cbf0c51c..6b8e4891 100644 --- a/server/src/uds/transports/SPICE/spice_tunnel.py +++ b/server/src/uds/transports/SPICE/spice_tunnel.py @@ -56,6 +56,7 @@ class TSPICETransport(BaseSpiceTransport): Provides access via SPICE to service. """ + iconFile = 'spice-tunnel.png' typeName = _('SPICE') typeType = 'TSSPICETransport' typeDescription = _('SPICE Protocol. Tunneled connection.') diff --git a/server/src/uds/transports/X2GO/x2go-tunnel.png b/server/src/uds/transports/X2GO/x2go-tunnel.png new file mode 100644 index 00000000..3973e7c3 Binary files /dev/null and b/server/src/uds/transports/X2GO/x2go-tunnel.png differ diff --git a/server/src/uds/transports/X2GO/x2go_tunnel.py b/server/src/uds/transports/X2GO/x2go_tunnel.py index 72315300..20080666 100644 --- a/server/src/uds/transports/X2GO/x2go_tunnel.py +++ b/server/src/uds/transports/X2GO/x2go_tunnel.py @@ -59,7 +59,7 @@ class TX2GOTransport(BaseX2GOTransport): Provides access via X2GO to service. This transport can use an domain. If username processed by authenticator contains '@', it will split it and left-@-part will be username, and right password """ - + iconFile = 'x2go-tunnel.png' typeName = _('X2Go') typeType = 'TX2GOTransport' typeDescription = _('X2Go access (Experimental). Tunneled connection.')