@extends('layouts.app') @section('title', $vm->name) @section('heading', $vm->displayName()) @section('content') @php $canManage = auth()->user()->can('manage', $vm); $isRunning = ($liveStatus['status'] ?? $vm->proxmox_status) === 'running'; @endphp
{{ $vm->attached_iso }}
@elseKeine ISO eingebunden.
@endifNach dem Einbinden: VM neu starten und von CD booten.
Status nicht abrufbar (Proxmox-Verbindung prüfen).
@endifNoch keine Aktionen.
@endforelse