mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
Survey password field initialization
This commit is contained in:
@@ -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 = "" ;
|
||||
|
||||
Reference in New Issue
Block a user