mirror of https://github.com/apache/cloudstack.git
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.
This commit is contained in:
parent
0ef6cd36c4
commit
53d5e8af18
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue