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.
(cherry picked from commit 97768b2657)
This commit is contained in:
parent
ba1862836e
commit
8ce829a8ee
|
|
@ -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