GET https://crm.js-info.fr/administrator/contracts

Components

2 Twig Components
2 Render Count
12 ms Render Time
20.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
SearchBar
"App\Twig\Components\SearchBar"
_partials/components/SearchBar.html.twig
1 1.95ms
CardHeader
"App\Twig\Components\CardHeader"
_partials/components/CardHeader.html.twig
1 10.24ms

Render calls

SearchBar App\Twig\Components\SearchBar 20.0 MiB 1.95 ms
Input props
[
  "url" => "/search"
  "placeholder" => "Rechercher un utilisateur, une commande ou un fichier..."
  "ariaLabel" => "Recherche"
]
Attributes
[]
Component
App\Twig\Components\SearchBar {#3608
  +url: "/search"
  +ariaLabel: "Recherche"
  +placeholder: "Rechercher un utilisateur, une commande ou un fichier..."
}
CardHeader App\Twig\Components\CardHeader 20.0 MiB 10.24 ms
Input props
[
  "title" => "Liste des contrats"
  "btns" => [
    "add" => [
      "label" => "Ajouter un contrat"
      "class" => "btn-primary"
      "icon" => "plus-circle"
      "path" => "/administrator/contract/new"
    ]
  ]
]
Attributes
[]
Component
App\Twig\Components\CardHeader {#3072
  +title: "Liste des contrats"
  +btns: [
    "add" => [
      "label" => "Ajouter un contrat"
      "class" => "btn-primary"
      "icon" => "plus-circle"
      "path" => "/administrator/contract/new"
    ]
  ]
  +bulkAction: null
  +customFormList: null
}