mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
Merge pull request #147 from ET-Bent/patch-2
Better name scheming for console
This commit is contained in:
commit
0df153946c
@ -200,7 +200,7 @@ $(window).load(function () {
|
||||
name: '{{ $server->uuid }}',
|
||||
height: 400,
|
||||
exit: false,
|
||||
prompt: '{{$server->name}}@{{ $server->uuidShort }}:~$ ',
|
||||
prompt: '{{ $server->username }}:~$ ',
|
||||
onBlur: function (terminal) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user