mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Mark tech preview message for translation
This commit is contained in:
committed by
Jake McDermott
parent
1ee46ab98a
commit
8e7faa853e
@@ -2,7 +2,7 @@
|
|||||||
<a class="containerGroups-messageBar-link" href="https://docs.ansible.com/ansible-tower/latest/html/administration/external_execution_envs.html#container-groups" target="_blank" style="color: white">
|
<a class="containerGroups-messageBar-link" href="https://docs.ansible.com/ansible-tower/latest/html/administration/external_execution_envs.html#container-groups" target="_blank" style="color: white">
|
||||||
<div class="Section-messageBar">
|
<div class="Section-messageBar">
|
||||||
<i class="Section-messageBar-warning fa fa-warning"></i>
|
<i class="Section-messageBar-warning fa fa-warning"></i>
|
||||||
<span class="Section-messageBar-text">This feature is currently in tech preview and is subject to change in a future release. Click here for documentation.</span>
|
<span class="Section-messageBar-text">{{:: vm.strings.get('state.TECH_PREVIEW_MESSAGE_BAR') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<at-panel>
|
<at-panel>
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ function InstanceGroupsStrings(BaseString) {
|
|||||||
INSTANCE_GROUPS_BREADCRUMB_LABEL: t.s('INSTANCE GROUPS'),
|
INSTANCE_GROUPS_BREADCRUMB_LABEL: t.s('INSTANCE GROUPS'),
|
||||||
INSTANCES_BREADCRUMB_LABEL: t.s('INSTANCES'),
|
INSTANCES_BREADCRUMB_LABEL: t.s('INSTANCES'),
|
||||||
ADD_BREADCRUMB_LABEL: t.s('CREATE INSTANCE GROUP'),
|
ADD_BREADCRUMB_LABEL: t.s('CREATE INSTANCE GROUP'),
|
||||||
ADD_CONTAINER_GROUP_BREADCRUMB_LABEL: t.s('CREATE CONTAINER GROUP')
|
ADD_CONTAINER_GROUP_BREADCRUMB_LABEL: t.s('CREATE CONTAINER GROUP'),
|
||||||
|
TECH_PREVIEW_MESSAGE_BAR: t.s('This feature is currently in tech preview and is subject to change in a future release. Click here for documentation.'),
|
||||||
};
|
};
|
||||||
|
|
||||||
ns.list = {
|
ns.list = {
|
||||||
|
|||||||
Reference in New Issue
Block a user