We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c9b6 commit 02ab70eCopy full SHA for 02ab70e
resources/themes/pterodactyl/admin/services/index.blade.php
@@ -37,6 +37,9 @@
37
<div class="box">
38
<div class="box-header with-border">
39
<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>
43
</div>
44
<div class="box-body table-responsive no-padding">
45
<table class="table table-hover">
@@ -58,9 +61,6 @@
58
61
@endforeach
59
62
</table>
60
63
- <div class="box-footer">
- <a href="{{ route('admin.services.new') }}"><button class="btn btn-primary btn-sm pull-right">Create Service</button></a>
- </div>
64
65
66
0 commit comments