mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
added required asterisks to license update form elements
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* All Rights Reserved
|
* All Rights Reserved
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ngdoc function
|
* @ngdoc function
|
||||||
* @name forms.function:LicenseUpdate
|
* @name forms.function:LicenseUpdate
|
||||||
@@ -21,6 +21,7 @@ export default
|
|||||||
license_json: {
|
license_json: {
|
||||||
label: 'License File',
|
label: 'License File',
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
|
'class' : 'prepend-asterisk',
|
||||||
addRequired: true,
|
addRequired: true,
|
||||||
editRequired: true,
|
editRequired: true,
|
||||||
rows: 10,
|
rows: 10,
|
||||||
@@ -31,6 +32,7 @@ export default
|
|||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
addRequired: true,
|
addRequired: true,
|
||||||
editRequired: true,
|
editRequired: true,
|
||||||
|
'class' : 'prepend-asterisk',
|
||||||
rows: 5,
|
rows: 5,
|
||||||
readonly: true
|
readonly: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user