mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
Fix pack edit display
This commit is contained in:
parent
96e50506a1
commit
95730da419
@ -65,7 +65,7 @@
|
||||
@foreach($services as $service => $options)
|
||||
<option disabled>{{ $service }}</option>
|
||||
@foreach($options as $option)
|
||||
<option value="{{ $option['id'] }}" @if($pack->id === (int) $option['id'])selected="selected"@endif> -- {{ $option['name'] }}</option>
|
||||
<option value="{{ $option['id'] }}" @if($pack->option === (int) $option['id'])selected="selected"@endif> -- {{ $option['name'] }}</option>
|
||||
@endforeach
|
||||
@endforeach
|
||||
</select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user