File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 143143 </div >
144144
145145 @foreach ($blueprint -> extensionsConfigs () as $extension )
146- <?php
147- $extension = $extension [' info' ];
148- ? >
146+ <?php $extension = $extension [' info' ]; ? >
149147 @include (" blueprint.admin.entry" , [
150148 ' EXTENSION_ID' => $extension [' identifier' ],
151149 ' EXTENSION_NAME' => $extension [' name' ],
190188 <div class =" modal-dialog" role =" document" >
191189 <div class =" modal-content" style =" background-color :transparent " >
192190 <form action =" /admin/extensions/blueprint" method =" POST" autocomplete =" off" >
193- <div class =" modal-header" style =" border-color :transparent ; border-radius :7 px ; margin-bottom : 15 px " >
191+ <div class =" modal-header" style =" border-color :transparent ; border-radius :12 px 12 px 5 px 5 px ; margin-bottom : 8 px " >
194192 <button type =" button" class =" close" data-dismiss =" modal" aria-label =" Close" style =" color :#fff ;box-shadow :none " ><span aria-hidden =" true" ><i class =" bi bi-x" ></i ></span ></button >
195193 <h3 class =" modal-title" >
196194 <img src =" /assets/extensions/blueprint/logo.jpg" alt =" logo" height =" 34" width =" 34" class =" pull-left" style =" border-radius :3px ;margin-right :10px " />
197195 Configure <b >Blueprint</b >
198196 </h3 >
199197 </div >
200198
201- <div class =" modal-body" style =" border-color :transparent ; border-radius :7 px ; margin-bottom : 15 px ; padding-bottom : 5px ;" >
199+ <div class =" modal-body" style =" border-color :transparent ; border-radius :5 px ; margin-bottom : 8 px ; padding-bottom : 5px ;" >
202200 <table class =" table table-hover" >
203201 <thead >
204202 <tr >
250248 </table >
251249 </div >
252250
253- <div class =" modal-footer" style =" border-color :transparent ; border-radius :7 px " >
251+ <div class =" modal-footer" style =" border-color :transparent ; border-radius :5 px 5 px 12 px 12 px " >
254252 {{ csrf_field () } }
255253 <input type =" hidden" name =" _method" value =" PATCH" >
256254 <div class =" row" >
Original file line number Diff line number Diff line change 2222
2323@section (" extension.config" )
2424 <?php
25- use Pterodactyl\Models\ Egg ;
26- $eggs = Egg:: all ();
25+ use Pterodactyl\Models\ Egg ;
26+ $eggs = Egg:: all ();
2727 ? >
2828 <div class =" modal fade" id =" extensionConfigModal" tabindex =" -1" role =" dialog" >
2929 <div class =" modal-dialog" role =" document" >
3030 <div class =" modal-content" style =" background-color :transparent " >
3131 <form action =" /admin/extensions/blueprint/config" method =" POST" autocomplete =" off" >
32- <div class =" modal-header" style =" border-color :transparent ; border-radius :7 px ; margin-bottom : 15 px " >
32+ <div class =" modal-header" style =" border-color :transparent ; border-radius :12 px 12 px 5 px 5 px ; margin-bottom : 8 px " >
3333 <button type =" button" class =" close" data-dismiss =" modal" aria-label =" Close" style =" color :#fff ;box-shadow :none " ><span aria-hidden =" true" ><i class =" bi bi-x" ></i ></span ></button >
3434 <h3 class =" modal-title" >
3535 <img src =" {{ $EXTENSION_ICON } }" alt =" logo" height =" 34" width =" 34" class =" pull-left" style =" border-radius :3px ;margin-right :10px " />
3636 Configure <b >{{ $EXTENSION_NAME } } </b >
3737 </h3 >
3838 </div >
3939
40- <div class =" modal-body" style =" border-color :transparent ; border-radius :7 px ; margin-bottom : 15 px " >
40+ <div class =" modal-body" style =" border-color :transparent ; border-radius :12 px 12 px 5 px 5 px ; margin-bottom : 8 px " >
4141 <h4 ><b >Permissions</b ></h4 >
4242 <p class =" text-muted text-left" >Configure what elements this extension can or can't edit/extend on your Pterodactyl panel.</p ><br >
4343
7474 </div >
7575 </div >
7676
77- <div class =" modal-footer" style =" border-color :transparent ; border-radius :7 px " >
77+ <div class =" modal-footer" style =" border-color :transparent ; border-radius :5 px 5 px 12 px 12 px " >
7878 {{ csrf_field () } }
7979 <input type =" hidden" name =" _identifier" value =" {{ $EXTENSION_ID } }" >
8080 <input type =" hidden" name =" _method" value =" PATCH" >
You can’t perform that action at this time.
0 commit comments