mirror of
https://github.com/ansible/awx.git
synced 2026-05-04 08:05:30 -02:30
Update UI_NEXT help text in UI
This commit is contained in:
@@ -114,7 +114,7 @@ describe('<MiscSystemDetail />', () => {
|
|||||||
assertVariableDetail(wrapper, 'Remote Host Headers', '[]');
|
assertVariableDetail(wrapper, 'Remote Host Headers', '[]');
|
||||||
assertVariableDetail(wrapper, 'Proxy IP Allowed List', '[]');
|
assertVariableDetail(wrapper, 'Proxy IP Allowed List', '[]');
|
||||||
assertDetail(wrapper, 'Global default execution environment', 'Foo');
|
assertDetail(wrapper, 'Global default execution environment', 'Foo');
|
||||||
assertDetail(wrapper, 'Enable Next Generation User Interface', 'On');
|
assertDetail(wrapper, 'Enable Preview of New User Interface', 'On');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should render execution environment as not configured', async () => {
|
test('should render execution environment as not configured', async () => {
|
||||||
|
|||||||
@@ -642,8 +642,8 @@
|
|||||||
"UI_NEXT": {
|
"UI_NEXT": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"required": false,
|
"required": false,
|
||||||
"label": "Enable Next Generation User Interface",
|
"label": "Enable Preview of New User Interface",
|
||||||
"help_text": "Enable the next generation user interface.",
|
"help_text": "'Enable preview of new user interface.",
|
||||||
"category": "System",
|
"category": "System",
|
||||||
"category_slug": "system",
|
"category_slug": "system",
|
||||||
"default": true
|
"default": true
|
||||||
@@ -4383,8 +4383,8 @@
|
|||||||
},
|
},
|
||||||
"UI_NEXT": {
|
"UI_NEXT": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Enable Next Generation User Interface",
|
"label": "Enable Preview of New User Interface",
|
||||||
"help_text": "Enable the next generation user interface.",
|
"help_text": "Enable preview of new user interface.",
|
||||||
"category": "System",
|
"category": "System",
|
||||||
"category_slug": "system",
|
"category_slug": "system",
|
||||||
"defined_in_file": false
|
"defined_in_file": false
|
||||||
|
|||||||
Reference in New Issue
Block a user