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 1ad715f commit d93f88fCopy full SHA for d93f88f
resources/views/admin/nodes/index.blade.php
@@ -78,6 +78,9 @@ function pingNodes() {
78
$.ajax({
79
type: 'GET',
80
url: $(element).data('location'),
81
+ headers: {
82
+ 'X-Access-Token': '{{ $node->daemonSecret }}'
83
+ },
84
timeout: 5000
85
}).done(function (data) {
86
$(element).removeClass('text-muted').find('i').removeClass().addClass('fa fa-fw fa-heartbeat faa-pulse animated').css('color', '#50af51');
0 commit comments