We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa8587 commit 1599c68Copy full SHA for 1599c68
resources/views/layouts/master.blade.php
@@ -38,7 +38,7 @@
38
$(window).load(function () {
39
40
// Main Socket Object
41
- socket = io('http{{ ($node->https === true) ? 's' : '' }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/ws/{{ $server->uuid }}', {
+ socket = io('{{ $node->scheme }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/ws/{{ $server->uuid }}', {
42
'query': 'token={{ $server->daemonSecret }}'
43
});
44
0 commit comments