1
1
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:
Dane Everitt 2016-10-17 12:29:08 -04:00 committed by GitHub
commit 0df153946c

View File

@ -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;
}