mirror of https://github.com/status-im/consul.git
ui: Change references to L7 to say Layer 7 (#9412)
This commit is contained in:
parent
8e35646ba1
commit
635cf4dc93
|
@ -22,7 +22,7 @@
|
|||
<h2>
|
||||
{{chain.ServiceName}} Router
|
||||
<span
|
||||
{{tooltip 'Use routers to intercept traffic using L7 criteria such as path prefixes or http headers.'}}
|
||||
{{tooltip 'Use routers to intercept traffic using Layer 7 criteria such as path prefixes or http headers.'}}
|
||||
>
|
||||
</span>
|
||||
</h2>
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
(hash
|
||||
intent=""
|
||||
header="Application Aware"
|
||||
body="The source service may or may not connect to the destination service via unique permissions based on L7 criteria: path, header, or method."
|
||||
body="The source service may or may not connect to the destination service via unique permissions based on Layer 7 criteria: path, header, or method."
|
||||
)
|
||||
)
|
||||
as |_action|}}
|
||||
|
@ -168,7 +168,7 @@
|
|||
</BlockSlot>
|
||||
<BlockSlot @name="body">
|
||||
<p>
|
||||
Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.
|
||||
Permissions intercept an Intention's traffic using Layer 7 criteria, such as path prefixes and http headers.
|
||||
</p>
|
||||
</BlockSlot>
|
||||
<BlockSlot @name="actions">
|
||||
|
|
|
@ -46,7 +46,7 @@ as |api|>
|
|||
</BlockSlot>
|
||||
<BlockSlot @name="body">
|
||||
<p>
|
||||
When you change this Intention to {{newAction}}, you will remove all the L7 policy permissions currently saved to this Intention. Are you sure you want to set it to {{newAction}}?
|
||||
When you change this Intention to {{newAction}}, you will remove all the Layer 7 policy permissions currently saved to this Intention. Are you sure you want to set it to {{newAction}}?
|
||||
</p>
|
||||
</BlockSlot>
|
||||
<BlockSlot @name="actions" as |close|>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
(from-entries (array
|
||||
(array 'allow' 'Allowed')
|
||||
(array 'deny' 'Denied')
|
||||
(array '' 'L7 Rules')
|
||||
(array '' 'Layer 7 Rules')
|
||||
))
|
||||
as |titles|}}
|
||||
<div
|
||||
|
@ -18,7 +18,7 @@ as |titles|}}
|
|||
{{else if (eq @item.Action 'deny')}}
|
||||
No, {{@item.SourceName}} is not allowed to connect to {{@item.DestinationName}} due to the highest precedence intention below:
|
||||
{{else}}
|
||||
{{@item.SourceName}} may or may not be allowed to connect with {{@item.DestinationName}} through its L7 rules.
|
||||
{{@item.SourceName}} may or may not be allowed to connect with {{@item.DestinationName}} through its Layer 7 rules.
|
||||
{{/if}}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -11,7 +11,7 @@ as |item index|>
|
|||
<th class="permissions">
|
||||
Permissions
|
||||
<span>
|
||||
<Tooltip>Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.</Tooltip>
|
||||
<Tooltip>Permissions intercept an Intention's traffic using Layer 7 criteria, such as path prefixes and http headers.</Tooltip>
|
||||
</span>
|
||||
</th>
|
||||
<th class="meta"> </th>
|
||||
|
|
Loading…
Reference in New Issue