File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
resources/themes/pterodactyl/admin/nodes Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6- ## v0.7.0 (Derelict Dermodactylus)
6+ ## v0.7.0-beta.2 (Derelict Dermodactylus)
7+ ### Fixed
8+ * ` [beta.1] ` — Fixes a CORS header issue due to a wrong API endpoint being provided in the administrative node listing.
9+
10+ ## v0.7.0-beta.1 (Derelict Dermodactylus)
711### Added
812* File manager now supports mass deletion option for files and folders.
913* Support for CS: GO as a default service option selection.
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 } }" ><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 } }/v1 " ><i class =" fa fa-fw fa-refresh fa-spin" ></i ></td >
5959 <td ><a href =" {{ route (' admin.nodes.view' , $node -> id ) } }" >{{ $node -> name } } </td >
6060 <td >{{ $node -> location -> short } } </td >
6161 <td >{{ $node -> memory } } MB</td >
You can’t perform that action at this time.
0 commit comments