| {{ __('Name') }} | {{ __('Target') }} | {{ __('Max Limit') }} | {{ __('Comment') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $q['name'] ?? '-' }} | {{ $q['target'] ?? '-' }} |
{{ $q['max-limit'] ?? '-' }} |
{{ $q['comment'] ?? '' }} | @if(($q['disabled'] ?? 'false') === 'false') {{ __('Active') }} @else {{ __('Disabled') }} @endif |
|
| {{ __('No simple queues found.') }} | |||||
| {{ __('Name') }} | {{ __('Parent') }} | {{ __('Max Limit') }} | {{ __('Limit At') }} | {{ __('Priority') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $q['name'] ?? '-' }} | {{ $q['parent'] ?? '-' }} | {{ $q['max-limit'] ?? '-' }} |
{{ $q['limit-at'] ?? '-' }} |
{{ $q['priority'] ?? '-' }} |
|
| {{ __('No queue tree entries found.') }} | |||||
| {{ __('Name') }} | {{ __('Kind') }} | {{ __('Details') }} |
|---|---|---|
| {{ $t['name'] ?? '-' }} | {{ $t['kind'] ?? '-' }} | {{ collect($t)->except(['name','kind'])->map(fn($v,$k)=>"$k=$v")->implode(', ') }} |
| {{ __('No queue types found.') }} | ||