mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
Misc fixes
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="pImportToService">Associated Nest <span class="field-required"></span></label>
|
||||
<label class="control-label" for="pImportToNest">Associated Nest <span class="field-required"></span></label>
|
||||
<div>
|
||||
<select id="pImportToService" name="import_to_service">
|
||||
<select id="pImportToNest" name="import_to_nest">
|
||||
@foreach($nests as $nest)
|
||||
<option value="{{ $nest->id }}">{{ $nest->name }} <{{ $nest->author }}></option>
|
||||
@endforeach
|
||||
@@ -101,7 +101,7 @@
|
||||
@parent
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('#pImportToService').select2();
|
||||
$('#pImportToNest').select2();
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user