mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 07:24:45 +02:00
Better name scheming for console
This commit is contained in:
parent
073ef638b8
commit
7d1cba8d52
@ -200,7 +200,7 @@ $(window).load(function () {
|
|||||||
name: '{{ $server->uuid }}',
|
name: '{{ $server->uuid }}',
|
||||||
height: 400,
|
height: 400,
|
||||||
exit: false,
|
exit: false,
|
||||||
prompt: '{{$server->name}}@{{ $server->uuidShort }}:~$ ',
|
prompt: '{{ $server->username }}:~$ ',
|
||||||
onBlur: function (terminal) {
|
onBlur: function (terminal) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user