mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-08 09:22:34 +00:00
refactoring (#116)
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
<x-server-layout :server="$server">
|
||||
<x-slot name="pageTitle">{{ __("PHP") }}</x-slot>
|
||||
|
||||
@error("version")
|
||||
<x-alert-danger>
|
||||
<x-input-error :messages="$errors->get('version')" />
|
||||
</x-alert-danger>
|
||||
@enderror
|
||||
|
||||
@include("php.partials.installed-versions")
|
||||
|
||||
@if ($server->defaultService("php"))
|
||||
|
Reference in New Issue
Block a user