Allow us to send exit command
This commit is contained in:
parent
0ad8884c44
commit
e526cf73c4
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ $(window).load(function () {
|
||||||
greetings: '',
|
greetings: '',
|
||||||
name: '{{ $server->uuid }}',
|
name: '{{ $server->uuid }}',
|
||||||
height: 400,
|
height: 400,
|
||||||
|
exit: false,
|
||||||
prompt: '{{$server->name}}@{{ $server->uuidShort }}:~$ ',
|
prompt: '{{$server->name}}@{{ $server->uuidShort }}:~$ ',
|
||||||
onBlur: function (terminal) {
|
onBlur: function (terminal) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue