@extends('layouts.librenmsv1') @section('title', __('Operations')) @section('content')
| {{ __('Name') }} | {{ __('Default step (s)') }} | {{ __('Muted') }} | {{ __('Segments') }} | {{ __('Transports') }} | {{ __('Used by rules') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $op->name }} | {{ $op->default_operation_step_duration_seconds !== null ? (int) $op->default_operation_step_duration_seconds : '—' }} | @if($op->notifications_suppressed) @else — @endif | {!! $segStr !!} | {!! $tpStr !!} | {{ (int) $op->alert_rules_count }} | @can('alert-rule.update') @php $ruleCount = (int) $op->alert_rules_count; @endphp @endcan |