Skip to content

Commit 02ab70e

Browse files
committed
move packs create button in top right corner
1 parent e90c9b6 commit 02ab70e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/themes/pterodactyl/admin/services/index.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<div class="box">
3838
<div class="box-header with-border">
3939
<h3 class="box-title">Configured Services</h3>
40+
<div class="box-tools">
41+
<a href="{{ route('admin.services.new') }}"><button class="btn btn-primary btn-sm">Create New</button></a>
42+
</div>
4043
</div>
4144
<div class="box-body table-responsive no-padding">
4245
<table class="table table-hover">
@@ -58,9 +61,6 @@
5861
@endforeach
5962
</table>
6063
</div>
61-
<div class="box-footer">
62-
<a href="{{ route('admin.services.new') }}"><button class="btn btn-primary btn-sm pull-right">Create Service</button></a>
63-
</div>
6464
</div>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)