File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
resources/themes/pterodactyl/admin/eggs Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 66@extends (' layouts.admin' )
77
88@section (' title' )
9- Nests &rarr ; Egg: {{ $egg -> name } } &rarr ; Scripts
9+ Nests &rarr ; Egg: {{ $egg -> name } } &rarr ; Install Script
1010@endsection
1111
1212@section (' content-header' )
13- <h1 >{{ $egg -> name } } <small >Manage install and upgrade scripts for this Egg.</small ></h1 >
13+ <h1 >{{ $egg -> name } } <small >Manage the install script for this Egg.</small ></h1 >
1414 <ol class =" breadcrumb" >
1515 <li ><a href =" {{ route (' admin.index' ) } }" >Admin</a ></li >
16- <li ><a href =" {{ route (' admin.nests' ) } }" >Service </a ></li >
16+ <li ><a href =" {{ route (' admin.nests' ) } }" >Nests </a ></li >
1717 <li ><a href =" {{ route (' admin.nests.view' , $egg -> nest -> id ) } }" >{{ $egg -> nest -> name } } </a ></li >
18+ <li ><a href =" {{ route (' admin.nests.egg.view' , $egg -> id ) } }" >{{ $egg -> name } } </a ></li >
1819 <li class =" active" >{{ $egg -> name } } </li >
1920 </ol >
2021@endsection
2627 <ul class =" nav nav-tabs" >
2728 <li ><a href =" {{ route (' admin.nests.egg.view' , $egg -> id ) } }" >Configuration</a ></li >
2829 <li ><a href =" {{ route (' admin.nests.egg.variables' , $egg -> id ) } }" >Variables</a ></li >
29- <li class =" active" ><a href =" {{ route (' admin.nests.egg.scripts' , $egg -> id ) } }" >Scripts </a ></li >
30+ <li class =" active" ><a href =" {{ route (' admin.nests.egg.scripts' , $egg -> id ) } }" >Install Script </a ></li >
3031 </ul >
3132 </div >
3233 </div >
Original file line number Diff line number Diff line change 2727 <ul class =" nav nav-tabs" >
2828 <li ><a href =" {{ route (' admin.nests.egg.view' , $egg -> id ) } }" >Configuration</a ></li >
2929 <li class =" active" ><a href =" {{ route (' admin.nests.egg.variables' , $egg -> id ) } }" >Variables</a ></li >
30- <li ><a href =" {{ route (' admin.nests.egg.scripts' , $egg -> id ) } }" >Scripts </a ></li >
30+ <li ><a href =" {{ route (' admin.nests.egg.scripts' , $egg -> id ) } }" >Install Script </a ></li >
3131 </ul >
3232 </div >
3333 </div >
Original file line number Diff line number Diff line change 2626 <ul class =" nav nav-tabs" >
2727 <li class =" active" ><a href =" {{ route (' admin.nests.egg.view' , $egg -> id ) } }" >Configuration</a ></li >
2828 <li ><a href =" {{ route (' admin.nests.egg.variables' , $egg -> id ) } }" >Variables</a ></li >
29- <li ><a href =" {{ route (' admin.nests.egg.scripts' , $egg -> id ) } }" >Scripts </a ></li >
29+ <li ><a href =" {{ route (' admin.nests.egg.scripts' , $egg -> id ) } }" >Install Script </a ></li >
3030 </ul >
3131 </div >
3232 </div >
You can’t perform that action at this time.
0 commit comments