From 000cc55b1137d1ccf0897abbdbc0f033c3ac41b4 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 }