mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Allow us to send exit command
This commit is contained in:
parent
0ad8884c44
commit
e526cf73c4
@ -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…
x
Reference in New Issue
Block a user