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 > fix it by declaring the variables beforehand.
This commit is contained in:
parent
3201251256
commit
97768b2657
|
|
@ -1455,6 +1455,8 @@ var processPropertiesInImagestoreObject = function(jsonObj) {
|
|||
return vmName;
|
||||
}
|
||||
|
||||
var dictionary = {}, dictionary2 = {}; //for globalization
|
||||
|
||||
var timezoneMap = new Object();
|
||||
timezoneMap["Etc/GMT+12"] = "Etc/GMT+12 [GMT-12:00]";
|
||||
timezoneMap["Etc/GMT+11"] = "Etc/GMT+11 [GMT-11:00]";
|
||||
|
|
|
|||
Loading…
Reference in New Issue