mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
added required asterisks to license update form elements
This commit is contained in:
@@ -21,6 +21,7 @@ export default
|
||||
license_json: {
|
||||
label: 'License File',
|
||||
type: 'textarea',
|
||||
'class' : 'prepend-asterisk',
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
rows: 10,
|
||||
@@ -31,6 +32,7 @@ export default
|
||||
type: 'textarea',
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
'class' : 'prepend-asterisk',
|
||||
rows: 5,
|
||||
readonly: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user