forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
3ec0c15039
BIN
server/src/uds/transports/RDP/rdp-tunnel.png
Normal file
BIN
server/src/uds/transports/RDP/rdp-tunnel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -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.')
|
||||
|
BIN
server/src/uds/transports/SPICE/spice-tunnel.png
Normal file
BIN
server/src/uds/transports/SPICE/spice-tunnel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -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.')
|
||||
|
BIN
server/src/uds/transports/X2GO/x2go-tunnel.png
Normal file
BIN
server/src/uds/transports/X2GO/x2go-tunnel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -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.')
|
||||
|
Loading…
Reference in New Issue
Block a user