From 12d6249502ed46c511e9e3ab8fe09ca90080416b Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 5 Aug 2013 15:29:56 -0700 Subject: [PATCH] CLOUDSTACK-4051: UI > Infrastructure > zone > UCS > Add UCS Manager dialog > not show password in plain text. --- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3251f47b3ba..92fa8674942 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -14010,6 +14010,7 @@ }, password: { label: 'label.password', + isPassword: true, validation: { required: true }