2023-06-13 09:35:55 +00:00
|
|
|
title: $:/core/ui/Buttons/network-activity
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/network-activity}} {{$:/language/Buttons/NetworkActivity/Caption}}
|
|
|
|
description: {{$:/language/Buttons/NetworkActivity/Hint}}
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
<$button message="tm-http-cancel-all-requests" tooltip={{$:/language/Buttons/NetworkActivity/Hint}} aria-label={{$:/language/Buttons/NetworkActivity/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2023-06-13 09:35:55 +00:00
|
|
|
{{$:/core/images/network-activity}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2023-06-13 09:35:55 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/NetworkActivity/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
</$button>
|