Kevin Dierkx
3acdd916b0
Removed large chunks of commented code
2015-08-07 14:55:59 +02:00
Kevin Dierkx
471a02d6a4
Removed leading tabs from ui/scripts/*.js
2015-08-07 11:58:13 +02:00
vetrivelc
6a11d099cf
Fix Externalization of hard-coded label strings
...
-Split 'dictionary.jsp' into two files -> 'dictionary.jsp' and
'dictionary2.jsp' -- this is due to JSP file constraints as the
localization object is getting quite long
-Per change above, 'dictionary' object is now split into an additonal
'dictionary2' object, which is merged with the main dict object on page
load
-All new dictionary mappings should be added to 'dictionary2' now.
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-09-17 13:59:13 -07:00
Ian Duffy
ad69bc8da3
Format JS
2013-07-18 12:34:20 -04:00
Jessica Wang
40678a27da
CLOUDSTACK UI - remove obsolete code (window.name is no longer used).
2013-07-09 15:25:40 -07:00
Jessica Wang
5f8a278196
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - make loginCmdText local.
2013-04-11 13:39:04 -07:00
Jessica Wang
b1ef74737a
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - when switching region, set location without parameters.
2013-04-07 00:14:18 -07:00
Jessica Wang
8ecdbd8537
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - allow user to delete region whose end point matches the current URL, but set region button on top menu to blank after the region is deleted.
2013-03-22 12:02:27 -07:00
Jessica Wang
5a9ccce0f3
LOUDSTACK-1065: cloudstack UI - AWS Style Regions - handle the case that document.location.href includes bookmark # that doesn't match region's end point completely.
2013-03-20 16:41:26 -07:00
Jessica Wang
75a6e009b9
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - remove region action - removing the region that you are currently in is not allowed.
2013-03-20 15:19:36 -07:00
Jessica Wang
ae7e5b025e
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - set current region (whose end point matches current URL) to region button and region dropdown on top menu.
2013-03-20 14:34:37 -07:00
Jessica Wang
918a7c7481
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - implement region switching action triggered by region dropdown on top menu.
2013-03-20 11:58:57 -07:00
Brian Federle
260669ad9e
Regions UI: Show (Default) in header if no regions are available
2013-02-28 16:02:19 -08:00
Brian Federle
558b808a18
Regions UI: Show selected region name in header
2013-02-28 15:31:52 -08:00
Mice Xia
398b049327
add license header for a js file reported by rat
2013-02-28 11:50:07 +08:00
Brian Federle
289c433cb9
Regions UI: Highlight active region in selector
2013-02-27 09:12:25 -08:00
Brian Federle
b9a459c24d
Regions UI: Move to separate source file, add real data, update style
...
-Move region UI code to ui-custom/regions.js, to separate from core UI
rendering
-Pull real data and endpoint URL on region select list, from data
provider in scripts/regions.js
-Make region selector have same appearance as notifications box
2013-02-26 15:55:02 -08:00