##// END OF EJS Templates
Backport PR #2270: SSHLauncher tweaks...
Backport PR #2270: SSHLauncher tweaks * use pipes.quote on SSH commands * default SSHEngineSetLauncher to `ipengine` instead of import-based command. This is actually the intended behavior, and only brings EngineSet inline with SSHEngine and SSHController, which both use the simplified command. * Should be backported to 0.13.1 * Must be not be merged before #2269

File last commit:

r6192:a53b1a9f
r8377:25ab8ce5
Show More
logout.css
7 lines | 76 B | text/css | CssLexer
#main_app {
height: 100px;
width: 200px;
margin: 50px auto;
}