modified add allowed login.

This commit is contained in:
2020-07-23 22:25:32 -05:00
parent 427759a98e
commit cf98e875ee
3 changed files with 33 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
</div>
<div class="form-group">
{{ Form::label('allowedEntityType', 'Allowed Entity Type') }}
{{ Form::select('allowedEtntityType', ['Corporation' => 'Corporation', 'Alliance' => 'Alliance'], null, ['class' => 'form-control']) }}
{{ Form::select('allowedEntityType', ['Corporation' => 'Corporation', 'Alliance' => 'Alliance'], null, ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('allowedEntityName', 'Allowed Entity Name') }}