webprofiler-10.0.x-dev/templates/Profiler/cancel.html.twig
templates/Profiler/cancel.html.twig
{% block toolbar %}
{% set icon %}
{{ include('@webprofiler/Icon/drupal-10.svg') }}
<span class="sf-toolbar-value sf-toolbar-ajax-request-counter">
Loading…
</span>
{% endset %}
{% set text %}
<div class="sf-toolbar-info-piece">
<b>Loading the Webprofiler toolbar…</b>
</div>
<div class="sf-toolbar-info-piece">
Attempt #<span id="sfLoadCounter-{{ token }}"></span>
</div>
<div class="sf-toolbar-info-piece">
<b>
<button class="sf-cancel-button" type="button" id="sfLoadCancel-{{ token }}" title="Cancel loading">Cancel</button>
</b>
</div>
{% endset %}
{{ include('@webprofiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }}
{% endblock %}
