File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
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 >
21
20
<label >Advanced Configuration file.</label >
22
21
<pre ><textarea class =" form-control" name =" AdvancedConfig" rows =" 280" >{{ file_get_contents (' config/advanced-config.php' ) } } </textarea ></pre >
23
22
</div >
35
34
</form >
36
35
@elseif (str_ends_with ($_SERVER [' REQUEST_URI' ], ' env' ) )
37
36
<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 >
42
41
<label >.env</label >
43
42
<pre ><textarea class =" form-control" name =" AdvancedConfig" rows =" 80" >{{ file_get_contents (' .env' ) } } </textarea ></pre >
44
43
</div >
45
44
<button type =" submit" class =" mt-3 ml-3 btn btn-info" >Save</button >
46
45
</form >
47
46
@endif
48
47
49
- < a name = " bottom " ></ a >
48
+
50
49
51
50
@endsection
52
51
@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 >
48
47
<env-main-tab ></env-main-tab >
49
48
</div >
50
49
<div class =" tab-pane fade p-3" id =" backup-env" role =" tabpanel" aria-labelledby =" nav-profile-tab" >
55
54
</div >
56
55
<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 >
57
56
</div >
58
- < a name = " bottom " ></ a >
57
+
59
58
<env-keys-modal ref =" keysModal" ></env-keys-modal >
60
59
</div >
61
60
<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