mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
API blade cleanup
This commit is contained in:
parent
a02f406fa6
commit
57d0eba58f
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
API Settings (test)
|
||||
Personal API Keys
|
||||
@parent
|
||||
@stop
|
||||
|
||||
|
@ -11,9 +11,4 @@
|
|||
|
||||
<passport-personal-access-tokens></passport-personal-access-tokens>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@stop
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
API Settings (test)
|
||||
OAuth API Settings
|
||||
@parent
|
||||
@stop
|
||||
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
|
||||
|
||||
<passport-clients></passport-clients>
|
||||
<passport-authorized-clients></passport-authorized-clients>
|
||||
@stop
|
||||
|
|
Loading…
Reference in a new issue