Monitoring & Service Management (#163)

Monitoring & Service Management
This commit is contained in:
Saeed Vaziry
2024-04-13 11:47:56 +02:00
committed by GitHub
parent 87ec0af697
commit 052e28d2e3
95 changed files with 2423 additions and 341 deletions

View File

@ -239,6 +239,7 @@ class="mt-1 block w-full"
<div x-show="['{{ ServerType::REGULAR }}'].includes(type)">
<x-input-label for="php" value="PHP" />
<x-select-input id="php" name="php" class="mt-1 w-full">
<option value="none" @if('none' == old('php', '8.2')) selected @endif>none</option>
@foreach (config("core.php_versions") as $p)
<option value="{{ $p }}" @if($p == old('php', '8.2')) selected @endif>
{{ $p }}