| {{ __('Snapshot (Point-in-Time)') }} | {{ __('Hardware Backup (.backup)') }} | {{ __('Server Mirror (.rsc)') }} | {{ __('Actions') }} |
|---|---|---|---|
|
{{ \Carbon\Carbon::parse(str_replace('_', '', $snap['timestamp']))->format('M d, Y') }}
{{ \Carbon\Carbon::parse(str_replace('_', '', $snap['timestamp']))->format('h:i:s A') }}
|
@if($snap['remote'])
{{ $snap['remote']['name'] }}
{{ $snap['remote']['size'] }}
|
@if($snap['local'])
{{ $snap['local']['name'] }}
{{ $snap['local']['size'] }}
|
@if($snap['local'])
@endif
@if($snap['remote'])
@endif
@php
$delName = $snap['remote']['name'] ?? $snap['local']['name'];
$delId = $snap['remote']['id'] ?? $snap['local']['name'];
@endphp
|
| @if(empty($selectedRouter)) {{ __('Please select a router to view its available configuration snapshots.') }} @else {{ __('No configuration snapshots found!') }} @endif | |||