scopes and other files

This commit is contained in:
2018-11-18 21:00:37 -06:00
parent 9a635faa4c
commit 4dbb1e3bb0
11 changed files with 84 additions and 11 deletions
+16
View File
@@ -6,20 +6,36 @@
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Public Data') }}
{{ Form::checkbox('scopes[]', 'publicData') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Write Fleet') }}
{{ Form::checkbox('scopes[]', 'esi-fleets.write_fleet.v1') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Read Fleet') }}
{{ Form::checkbox('scopes[]', 'esi-fleets.read_fleet.v1') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Read Location') }}
{{ Form::checkbox('scopes[]', 'esi-location.read_location.v1') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Write Mail') }}
{{ Form::checkbox('scopes[]', 'esi-mail.send_mail.v1') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Read Mail') }}
{{ Form::label('scopes[]', 'esi-mail.read_mail.v1')}}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Corporation Wallets') }}
{{ Form::checkbox('scopes[]', 'esi-wallet.read_corporation_wallets.v1') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Read Structures') }}
{{ Form::checkbox('scopes[]', 'esi-corporations.read_structures.v1') }}
</div>
<div class="form-group col-md-6">
{{ Form::label('scopes[]', 'Structure Markets') }}
{{ Form::checkbox('scopes[]', 'esi-markets.structure_markets.v1') }}
</div>