@@ -372,7 +372,7 @@ const MENU = {
372372 //{ t:"SNMP traps", i:"mono/trap.svg?light", g:"utilities", h:false, f:args=> new Snmp(args) },
373373 { t :"SNMP polling" , i :"mono/snmp.svg?light" , g :"utilities" , h :false , f :args => new Snmp ( args ) } ,
374374 { t :"WMI client" , i :"mono/wmi.svg?light" , g :"utilities" , h :false , f :args => new Wmi ( args ) , k :"windows management instrumentation viewer" } ,
375- { t :"Secure shell" , i :"mono/ssh.svg?light" , g :"utilities" , h :false , f :( ) => new Ssh ( { host :"" } ) , k :"ssh terminal" } ,
375+ { t :"Secure shell" , i :"mono/ssh.svg?light" , g :"utilities" , h :true , f :( ) => new Ssh ( { host :"" } ) , k :"ssh terminal" } ,
376376 { t :"Telnet" , i :"mono/telnet.svg?light" , g :"utilities" , h :true , f :( ) => new Telnet ( { host :"" } ) , k :"terminal" } ,
377377 //{ t:"RS-232", i:"mono/serialconsole.svg?light", g:"utilities", h:true, f:()=>{}, k:"rs 232 serial terminal console" },
378378 { t :"Encoder" , i :"mono/encoder.svg?light" , g :"utilities" , h :true , f :args => new Encoder ( args ) , k :"binary hex base64 url html decode" } ,
0 commit comments