ui: Change references to L7 to say Layer 7 (#9412)

This commit is contained in:
John Cowen 2020-12-17 16:04:05 +00:00 committed by GitHub
parent 8e35646ba1
commit 635cf4dc93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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">

View File

@ -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|>

View File

@ -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>

View File

@ -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">&nbsp;</th>