mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Update UI_NEXT help text in UI
This commit is contained in:
parent
5bd00adb59
commit
39ea162aa9
@ -114,7 +114,7 @@ describe('<MiscSystemDetail />', () => {
|
||||
assertVariableDetail(wrapper, 'Remote Host Headers', '[]');
|
||||
assertVariableDetail(wrapper, 'Proxy IP Allowed List', '[]');
|
||||
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 () => {
|
||||
|
||||
@ -642,8 +642,8 @@
|
||||
"UI_NEXT": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"label": "Enable Next Generation User Interface",
|
||||
"help_text": "Enable the next generation user interface.",
|
||||
"label": "Enable Preview of New User Interface",
|
||||
"help_text": "'Enable preview of new user interface.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": true
|
||||
@ -4383,8 +4383,8 @@
|
||||
},
|
||||
"UI_NEXT": {
|
||||
"type": "boolean",
|
||||
"label": "Enable Next Generation User Interface",
|
||||
"help_text": "Enable the next generation user interface.",
|
||||
"label": "Enable Preview of New User Interface",
|
||||
"help_text": "Enable preview of new user interface.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"defined_in_file": false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user