diff --git a/resources/views/admin/nas-storage.blade.php b/resources/views/admin/nas-storage.blade.php index 53e1261..d683cce 100644 --- a/resources/views/admin/nas-storage.blade.php +++ b/resources/views/admin/nas-storage.blade.php @@ -4,17 +4,7 @@ @section('extra_styles') @endsection @@ -25,36 +15,6 @@ -{{-- Connection config summary --}} -
-
- Connection - - Settings - -
-
- @php - $conn = config('nas-file-manager.connection'); - $fields = [ - 'Protocol' => strtoupper($conn['protocol'] ?? '—'), - 'Host' => $conn['host'] ?: '—', - 'Port' => $conn['port'] ?: '—', - 'Share' => $conn['smb_share'] ?: '—', - 'Path' => $conn['path'] ?: '—', - 'User' => $conn['username'] ?: '—', - ]; - @endphp - @foreach($fields as $label => $value) -
-
{{ $label }}
-
{{ $value }}
-
- @endforeach -
-
- -{{-- NAS File Manager component (Alpine.js + Tailwind) --}}
@include('nas-file-manager::file-manager', [ 'nodes' => $nodes, @@ -65,9 +25,7 @@ @endsection @section('scripts') - -