mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Allow us to send exit command
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user