Updated Branches: refs/heads/ui-restyle 6e83063ef -> 659832377
Fix accountWizard dialog height Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/65983237 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/65983237 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/65983237 Branch: refs/heads/ui-restyle Commit: 6598323771173d5f3e9db6e25d21d0475b47599c Parents: 6e83063 Author: Brian Federle <[email protected]> Authored: Mon Oct 7 10:44:37 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Oct 7 10:44:37 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/accountsWizard.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/65983237/ui/scripts/ui-custom/accountsWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/accountsWizard.js b/ui/scripts/ui-custom/accountsWizard.js index 358e29c..5e68549 100644 --- a/ui/scripts/ui-custom/accountsWizard.js +++ b/ui/scripts/ui-custom/accountsWizard.js @@ -156,8 +156,9 @@ return $wizard.dialog({ title: _l('label.add.account'), - width: ldapStatus ? 800 : 330, - height: ldapStatus ? 500 : 500, + dialogClass: 'create-form', + width: 800, + height: 800, closeOnEscape: false, zIndex: 5000 }).closest('.ui-dialog').overlay();
