Skip to content

Commit 944f25e

Browse files
committed
move api key create button in top right corner
1 parent bc4e42d commit 944f25e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

resources/themes/pterodactyl/base/api/index.blade.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<div class="box">
3838
<div class="box-header">
3939
<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>
4043
</div>
4144
<div class="box-body table-responsive no-padding">
4245
<table class="table table-hover">
@@ -70,11 +73,6 @@
7073
</tbody>
7174
</table>
7275
</div>
73-
<div class="box-footer">
74-
<a href="{{ route('account.api.new') }}">
75-
<button class="btn btn-sm btn-success">@lang('base.api.index.create_new')</button>
76-
</a>
77-
</div>
7876
</div>
7977
</div>
8078
</div>

0 commit comments

Comments
 (0)