mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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_float = "";
|
||||||
scope.default_int = "";
|
scope.default_int = "";
|
||||||
scope.default_textarea = "";
|
scope.default_textarea = "";
|
||||||
|
scope.default_password = "" ;
|
||||||
scope.choices = "";
|
scope.choices = "";
|
||||||
scope.text_min = "";
|
scope.text_min = "";
|
||||||
scope.text_max = "" ;
|
scope.text_max = "" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user