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 bc4e42d commit 944f25eCopy full SHA for 944f25e
resources/themes/pterodactyl/base/api/index.blade.php
@@ -37,6 +37,9 @@
37
<div class="box">
38
<div class="box-header">
39
<h3 class="box-title">@lang('base.api.index.list')</h3>
40
+ <div class="box-tools">
41
+ <a href="{{ route('account.api.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">
@@ -70,11 +73,6 @@
70
73
</tbody>
71
74
</table>
72
75
- <div class="box-footer">
- <a href="{{ route('account.api.new') }}">
- <button class="btn btn-sm btn-success">@lang('base.api.index.create_new')</button>
76
- </a>
77
- </div>
78
79
80
0 commit comments