mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
update php fpm ini (#258)
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
<x-modal name="update-php-ini">
|
||||
<x-modal name="update-php-ini-{{ $type }}">
|
||||
<form
|
||||
id="update-php-ini-form"
|
||||
id="update-php-ini-{{ $type }}-form"
|
||||
hx-post="{{ route("servers.php.update-ini", ["server" => $server]) }}"
|
||||
hx-swap="outerHTML"
|
||||
hx-select="#update-php-ini-form"
|
||||
hx-select="#update-php-ini-{{ $type }}-form"
|
||||
class="p-6"
|
||||
>
|
||||
<input type="hidden" name="type" value="{{ $type }}" />
|
||||
<input type="hidden" name="version" :value="version" />
|
||||
|
||||
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
|
||||
{{ __("Update php.ini") }}
|
||||
{{ __("Update php.ini (:type)", ["type" => $type]) }}
|
||||
</h2>
|
||||
|
||||
<div class="mt-6">
|
||||
|
Reference in New Issue
Block a user