File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
resources/themes/pterodactyl/server/users Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1414* ` [beta.2] ` — Fixes invalid password bug when attempting to change account email address.
1515* ` [beta.2] ` — New attempt at fixing the issues when rendering files in the browser file editor on certain browsers.
1616* ` [beta.2] ` — Fixes broken auto-deploy time checking causing no tokens to work.
17+ * ` [beta.2] ` — Fixes display of subusers after creation.
1718
1819### Changed
1920* Deleting a server safely now continues even if the daemon reports a ` HTTP/404 ` missing server error (requires ` Daemon@0.4.0-beta.2.1 ` )
Original file line number Diff line number Diff line change 7272 @foreach ($perms as $permission => $daemon )
7373 <div class =" form-group" >
7474 <div class =" checkbox checkbox-primary no-margin-bottom" >
75- <input id =" {{ $permission } }" name =" permissions[]" type =" checkbox" @if (isset ($permissions [' power-start ' ]) )checked =" checked" @endif @cannot (' edit-subuser' , $server )disabled =" disabled" @endcannot value =" {{ $permission } }" />
75+ <input id =" {{ $permission } }" name =" permissions[]" type =" checkbox" @if (isset ($permissions [$permission ]) )checked =" checked" @endif @cannot (' edit-subuser' , $server )disabled =" disabled" @endcannot value =" {{ $permission } }" />
7676 <label for =" {{ $permission } }" class =" strong" >
7777 @lang (' server.users.new.' . str_replace (' -' , ' _' , $permission ) . ' .title' )
7878 </label >
You can’t perform that action at this time.
0 commit comments