Commit 3bfdf55a authored by ibuler's avatar ibuler

[Update] remove welcome message

parent 0a2f6c41
......@@ -70,7 +70,7 @@ export class ElementTermComponent implements OnInit, AfterViewInit {
if (this.host) {
NavList.List[this.index].Term = this.term;
this.term.write('\x1b[31mWelcome to Jumpserver!\x1b[m\r\n');
// this.term.write('\x1b[31mWelcome to Jumpserver!\x1b[m\r\n');
TermWS.emit('host', {'uuid': this.host.id, 'userid': this.userid, 'secret': this.secret});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment