Commit Graph

383 Commits

Author SHA1 Message Date
Jessica Wang 0ad7680dfd pagination - implement previous button, next button. 2010-11-30 16:52:37 -08:00
Jessica Wang 702aa75c51 comment out obsolete code. 2010-11-30 15:42:33 -08:00
Jessica Wang 88e47322cc primary storage page - implement refresh button. 2010-11-30 15:24:08 -08:00
Jessica Wang 6b37ae7149 Host page - fix a bug that refresh button was not working in Firefox (but was working in IE). 2010-11-30 15:19:35 -08:00
Jessica Wang 718e6b6a0c VM wizard - limit template number to be 6 on each page in VM Wizard. 2010-11-30 14:11:54 -08:00
Jessica Wang a57b99d72b host page - implement refresh button. 2010-11-30 13:53:45 -08:00
Jessica Wang 17ffde1c17 API has changed to return all if pagesize is not specified. Here is more corresponding UI change. 2010-11-30 11:26:21 -08:00
Jessica Wang db3b75bda0 API has changed to return all if pagesize is not specified. Here is corresponding UI change. 2010-11-30 11:03:58 -08:00
Kelven Yang 54f177cacc 1) Make generic dao be able to persist UTF-8 string for internationalization support
2) Undo gson Unicode escape in API response object to avoid double escaping which can break Javascript from getting correct text content
3) Correct API layer in dealing with character encoding
4) Remove double escape in cloud.core.js
2010-11-30 09:40:54 -08:00
will b2ba0521df - Using JSTL for the internationalization framework of the UI and standardized the message bundles.
- Fixed cloud.core.callbacks.js to include the new "sessionKey" variable that is needed to prevent CRSF attacks.
2010-11-29 20:06:27 -08:00
Jessica Wang 76b31ab7b8 new UI - cluster page - implement refresh button. 2010-11-29 17:24:12 -08:00
Jessica Wang 8157294597 new UI - Pod page - implement refresh button. 2010-11-29 17:14:30 -08:00
Jessica Wang a19539edb1 new UI - zone page - implement refresh button. 2010-11-29 16:57:06 -08:00
Jessica Wang 67fd52db08 new UI - refresh button - replace leftmenuId with onRefreshFn which is more flexible to customize. 2010-11-29 16:26:43 -08:00
Jessica Wang ca6a107b2a new UI - update zone - change warning text. 2010-11-29 16:01:25 -08:00
Jessica Wang 49e22e9b19 new UI - domain tree - make whole domain row clickable (before this change, only domain name was clickable). 2010-11-29 15:31:59 -08:00
Jessica Wang 90bb06c3e2 new UI - zone tree - make whole zone row clickable (before this change, only zone name was clickable). 2010-11-29 15:11:11 -08:00
Jessica Wang f63409029a new UI - zone tree - make whole pod row and whole cluster row clickable (before this change, only pod name and cluster name were clickable). 2010-11-29 15:04:21 -08:00
Jessica Wang 96153b00b2 account page - fix a bug that refresh button was not working properly. 2010-11-29 14:11:13 -08:00
Jessica Wang 49d40df2fe domain page - implement refresh button. 2010-11-29 14:06:11 -08:00
Jessica Wang 9cbb617f34 physical resources page - implement refresh button. 2010-11-29 13:54:36 -08:00
Jessica Wang ed92070142 dashboard page - implement refresh button. 2010-11-29 13:32:04 -08:00
Jessica Wang 477bb92e02 Refresh button - implement refresh button on global settings page. 2010-11-29 13:01:49 -08:00
Jessica Wang 28e338ff7e Refresh button - implement refresh button on instance page, volume page, snapshot page, IP address page, template page, ISO page, account page, event page, alert page, virtual router page, system VM page, disk offering page, service offering page. 2010-11-29 11:54:22 -08:00
Jessica Wang 87fe4f25ae primary storage page - remove "Edit Primary Storage" option from UI because updateStoragePool API is commented out. 2010-11-29 10:10:01 -08:00
Jessica Wang bdb1f31dc4 new UI - Primary Storage page - get json object from middle menu item instead of details tab. 2010-11-24 17:58:13 -08:00
Jessica Wang 757a9204f0 new UI - Host page - get json object from middle menu item instead of details tab. 2010-11-24 17:36:52 -08:00
Jessica Wang 9885392f5b new UI - cluster page - fix a bug "$leftmenuItem1 is not found". 2010-11-24 17:28:13 -08:00
Jessica Wang 6198d6ec73 new UI - pod page - get json object from middle menu item instead of details tab. 2010-11-24 17:13:36 -08:00
Jessica Wang 9eb0cfcb5b new UI - zone page - check if variable is null before getting it's property. 2010-11-24 17:00:14 -08:00
Jessica Wang 0096dd03f2 new UI - fix a bug: curly brackets was missing. 2010-11-24 16:29:51 -08:00
Jessica Wang eabad148e8 new UI - IP address page - clear grid header title and static NAT field after releasing IP. 2010-11-24 16:17:26 -08:00
Jessica Wang f546436682 new UI - disk offering page, service offering page - check if $midmenuItem1, jsonObj is null before getting its property. 2010-11-24 16:11:03 -08:00
Jessica Wang e8eb8f4703 new UI - router page, systemVM page - check if $midmenuItem1, jsonObj is null before getting its property. 2010-11-24 15:26:25 -08:00
Jessica Wang c7ca1a705d new UI - alert page - add ID field. 2010-11-24 15:20:57 -08:00
Jessica Wang a241a3fe54 new UI - Event page - check if jsonObj is null or not before getting its property. 2010-11-24 15:13:33 -08:00
Jessica Wang 921249e399 new UI - domain page - show zero if no accounts/instances/volume is under a domain. 2010-11-24 15:09:52 -08:00
Jessica Wang 17102c4096 new UI - Account page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page. 2010-11-24 14:50:11 -08:00
Jessica Wang 2dd325f567 new UI - ISO page - update ISO name in middle menu when ISO is updated in right panel. 2010-11-24 14:41:24 -08:00
Jessica Wang 74086a54a1 new UI - template page - update template name in middle menu when template is updated in right panel. 2010-11-24 14:26:43 -08:00
Jessica Wang efd8cca67b new UI - instance page - update middle menu status icon when switching back to details tab (so, status color in middle menu is consistent with status color in right panel). 2010-11-24 14:03:19 -08:00
Jessica Wang 44334731ed new UI - IP Address page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page. 2010-11-24 12:47:14 -08:00
Jessica Wang 94737421c7 new UI - instance page - router tab - retire function vmRouterAfterSubgridItemAction() 2010-11-24 12:36:39 -08:00
Jessica Wang 2ddec0d855 new UI - instance page - router tab - related UI change after bug 6787("RebootRouter API should return an embedded object on success") is fixed. 2010-11-24 11:40:37 -08:00
Jessica Wang 700ec25802 new UI - Snapshot page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page. 2010-11-24 11:24:05 -08:00
Jessica Wang bd8adbf5ca new UI - volume page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page. 2010-11-24 10:58:38 -08:00
Jessica Wang 6435e701d0 new UI - instance page - fix a bug that JS error "jsonObj is null or not an object" when switching between tabs on an empty page. 2010-11-24 10:52:29 -08:00
Jessica Wang 1ce538b6a9 but 7309: fix console proxy thumbnail disappearing problem. (merge from 2.2.beta1 branch to master branch) 2010-11-23 20:15:51 -08:00
Jessica Wang 2e00c539b7 bug 7257: Pod page - pod node in tree gets updated when right panel is updated. (merge from 2.2.beta1 branch to master branch) 2010-11-23 20:14:26 -08:00
Jessica Wang 2491e363a1 bug 7257: Zone page - zone node in tree gets updated when right panel is updated. (merge from 2.2.beta1 branch to master branch) 2010-11-23 20:13:26 -08:00