File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/admin/nodes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 </tr >
5656 @foreach ($nodes as $node )
5757 <tr >
58- <td class =" text-center text-muted left-icon" data-action =" ping" data-secret =" {{ $node -> daemonSecret } }" data-location =" {{ $node -> scheme } } ://{{ $node -> fqdn } } :{{ $node -> daemonListen } } /v1 " ><i class =" fa fa-fw fa-refresh fa-spin" ></i ></td >
58+ <td class =" text-center text-muted left-icon" data-action =" ping" data-secret =" {{ $node -> daemonSecret } }" data-location =" {{ $node -> scheme } } ://{{ $node -> fqdn } } :{{ $node -> daemonListen } } /api/system " ><i class =" fa fa-fw fa-refresh fa-spin" ></i ></td >
5959 <td >{!! $node -> maintenance_mode ? ' <span class="label label-warning"><i class="fa fa-wrench"></i></span> ' : ' ' ! !} <a href =" {{ route (' admin.nodes.view' , $node -> id ) } }" >{{ $node -> name } } </a ></td >
6060 <td >{{ $node -> location -> short } } </td >
6161 <td >{{ $node -> memory } } MB</td >
8787 type: ' GET' ,
8888 url: $ (element).data (' location' ),
8989 headers: {
90- ' X-Access-Token ' : $ (element).data (' secret' ),
90+ ' Authorization ' : ' Bearer ' + $ (element).data (' secret' ),
9191 },
9292 timeout: 5000
9393 }).done (function (data ) {
You can’t perform that action at this time.
0 commit comments