CLOUDSTACK-7668: UI > When UI is loaded the first time, sometimes a blank screen instead of a login screen shows. Only after clicking Refresh button(i.e. loaded again) will the login screen show.

(cherry picked from commit 53d5e8af18)
This commit is contained in:
Jessica Wang 2014-10-02 14:43:10 -07:00 committed by David Nalley
parent 5f79fa37a9
commit a9761a3eb3
1 changed files with 3 additions and 2 deletions

View File

@ -496,8 +496,9 @@
}
//added for dictionary split up
$.extend(dictionary,dictionary2);
if (dictionary != undefined && dictionary2 != undefined) {
$.extend(dictionary,dictionary2);
}
// Localize validation messages
cloudStack.localizeValidatorMessages();