@extends('layouts.admin') @section('title', 'Admin Activity Dashboard - MU Admin Panel') @section('head') @endsection @section('content')
Theo dõi hoạt động admin và phát hiện xung đột thao tác
Admin Online
Pending Conflicts
Queued Operations
Active Locks
Không có admin nào đang online
| Resource | Operation | Admin 1 | Admin 2 | Detected At | Actions |
|---|---|---|---|---|---|
| {{ $conflict->resource_type }}: {{ $conflict->resource_id }} | {{ $conflict->operation_type }} | {{ $conflict->admin1_username }} | {{ $conflict->admin2_username }} | {{ \Carbon\Carbon::parse($conflict->detected_at)->diffForHumans() }} |
| Operation | Resource | Requested By | Status | Requested At | Retry Count |
|---|---|---|---|---|---|
| {{ $operation->operation_type }} | {{ $operation->resource_type }}: {{ $operation->resource_id }} | {{ $operation->requested_by_admin_username }} | @if($operation->status === 'pending') Pending @elseif($operation->status === 'processing') Processing @elseif($operation->status === 'failed') Failed @endif | {{ \Carbon\Carbon::parse($operation->requested_at)->diffForHumans() }} | {{ $operation->retry_count }}/{{ $operation->max_retries }} |