File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
<form action =" {{ route (' editAC' ) } }" method =" post" >
18
18
@csrf
19
19
<div class =" form-group col-lg-8" >
20
+ <br ><a style =" font-size :140% ;" href =" #bottom" >🠟 Scroll to bottom 🠟</a ><br >
20
21
<label >Advanced Configuration file.</label >
21
22
<pre ><textarea class =" form-control" name =" AdvancedConfig" rows =" 280" >{{ file_get_contents (' config/advanced-config.php' ) } } </textarea ></pre >
22
23
</div >
34
35
</form >
35
36
@elseif (str_ends_with ($_SERVER [' REQUEST_URI' ], ' env' ) )
36
37
<h2 class =" mb-4" ><i class =" bi bi-pencil-square" > ENV</i ></h2 >
37
-
38
38
<form action =" {{ route (' editENV' ) } }" method =" post" >
39
39
@csrf
40
40
<div class =" form-group col-lg-8" >
41
+ <br ><a style =" font-size :140% ;" href =" #bottom" >🠟 Scroll to bottom 🠟</a ><br >
41
42
<label >.env</label >
42
43
<pre ><textarea class =" form-control" name =" AdvancedConfig" rows =" 80" >{{ file_get_contents (' .env' ) } } </textarea ></pre >
43
44
</div >
44
45
<button type =" submit" class =" mt-3 ml-3 btn btn-info" >Save</button >
45
46
</form >
46
47
@endif
47
48
48
-
49
+ < a name = " bottom " ></ a >
49
50
50
51
@endsection
51
52
@endif
Original file line number Diff line number Diff line change 44
44
45
45
<div class =" tab-content" id =" nav-tabContent" >
46
46
<div class =" tab-pane fade show active p-3" id =" current-env" role =" tabpanel" aria-labelledby =" nav-home-tab" >
47
+ <br ><a style =" font-size :140% ;" href =" #bottom" >🠟 Scroll to bottom 🠟</a ><br >
47
48
<env-main-tab ></env-main-tab >
48
49
</div >
49
50
<div class =" tab-pane fade p-3" id =" backup-env" role =" tabpanel" aria-labelledby =" nav-profile-tab" >
54
55
</div >
55
56
<p style =" color :#fff ; font-weight :500 ; font-size :100% ; position :relative ; bottom :25px ;" >You can disable or enable registration <a href =" {{ url (' panel/pages' ) } }" >here</a >.</p >
56
57
</div >
57
-
58
+ < a name = " bottom " ></ a >
58
59
<env-keys-modal ref =" keysModal" ></env-keys-modal >
59
60
</div >
60
61
<p style =" color :#fff ; font-weight :500 ; font-size :160% ;" >Use the <a href =" {{ url ()-> current ()} } /../panel/env" >Alternative Config Editor ⤻</a ></p >
You can’t perform that action at this time.
0 commit comments