PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 939 bytes
 

Contents

Class file image Download
{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %} {{ include('@WebProfiler/Icon/ajax.svg') }} <span class="sf-toolbar-value sf-toolbar-ajax-requests">0</span> {% endset %} {% set text %} <div class="sf-toolbar-info-piece"> <b class="sf-toolbar-ajax-info"></b> </div> <div class="sf-toolbar-info-piece"> <table class="sf-toolbar-ajax-requests"> <thead> <tr> <th>Method</th> <th>URL</th> <th>Time</th> <th>Profile</th> </tr> </thead> <tbody class="sf-toolbar-ajax-request-list"></tbody> </table> </div> {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: false }) }} {% endblock %}