mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-672: Add "telnet" to list of known protocols. Associate terminal icon with telnet.
This commit is contained in:
@@ -69,7 +69,7 @@ public class List extends AuthenticatingHttpServlet {
|
||||
* Array of all known protocol names.
|
||||
*/
|
||||
private static final String[] KNOWN_PROTOCOLS = new String[]{
|
||||
"vnc", "rdp", "ssh"};
|
||||
"vnc", "rdp", "ssh", "telnet"};
|
||||
|
||||
/**
|
||||
* Parses the given XML file, returning the parsed ProtocolInfo.
|
||||
|
@@ -422,7 +422,8 @@ div.section {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.protocol .icon.ssh {
|
||||
.protocol .icon.ssh,
|
||||
.protocol .icon.telnet {
|
||||
background-image: url('../images/protocol-icons/guac-text.png');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user