mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 23:34:42 -03:30
Survey password field initialization
This commit is contained in:
parent
ea8a537906
commit
0286800ead
@ -756,6 +756,7 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper',
|
||||
scope.default_float = "";
|
||||
scope.default_int = "";
|
||||
scope.default_textarea = "";
|
||||
scope.default_password = "" ;
|
||||
scope.choices = "";
|
||||
scope.text_min = "";
|
||||
scope.text_max = "" ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user