Commit Graph

36479 Commits

Author SHA1 Message Date
jessica 6f14b406ce new UI - implement reset password for VM 2010-08-31 14:58:58 -07:00
jessica 29451b8da7 new UI - update middle menu item's hidden data after action completes. 2010-08-31 14:58:57 -07:00
jessica f714fb82a1 new UI - implement DetachISO action 2010-08-31 14:58:56 -07:00
jessica dd880b62f8 new UI - implement "Attach ISO" action 2010-08-31 14:58:56 -07:00
NIKITA 820c6ad86c General mid menu list 2010-08-31 14:58:55 -07:00
NIKITA f22a29dbad New info icons 2010-08-31 14:58:55 -07:00
jessica 09b4e2a7e1 new UI - create a shared function doAction() 2010-08-31 14:58:54 -07:00
jessica 0ad016839b new UI - fix a bug that action list get duplicate actions 2010-08-31 14:58:54 -07:00
jessica c272db84bd apply new class for items in action 2010-08-31 14:58:53 -07:00
jessica 5ddf551b24 new UI - instance menu - implement action "Restore Instance" 2010-08-31 14:58:53 -07:00
NIKITA 42347eb66d div name changed to inaction 2010-08-31 14:58:53 -07:00
jessica 5f3b044b3c new UI - Instance tab - fix a bug that only 1st action is taken 2010-08-31 14:58:52 -07:00
jessica a585b37e6a new UI - Instance menu - add action "reboot", "destroy" 2010-08-31 14:58:52 -07:00
jessica 91420e13e0 Only items not in action are allowed to be selected 2010-08-31 14:58:51 -07:00
jessica 9dbca71434 use selectable widget to multiple-select mid menu items to have actions 2010-08-31 14:58:51 -07:00
jessica 7d18462d76 Show midmenu items in action in blue background 2010-08-31 14:58:50 -07:00
jessica 51362d8479 Clear right panel when deploying VM fails 2010-08-31 14:58:50 -07:00
NIKITA 7e3432ac52 Loader for new and default list for mid menu 2010-08-31 14:58:49 -07:00
NIKITA 1410878be4 Old main.css 2010-08-31 14:58:49 -07:00
NIKITA 2969e94130 Search close icon and help icon 2010-08-31 14:58:48 -07:00
jessica a9f66a9e57 new UI - replace index.html with index.jsp 2010-08-31 14:58:48 -07:00
NIKITA 5827a6276a New Help icon and close button for search 2010-08-31 14:58:47 -07:00
jessica bd46014574 Create shared function vmJsonToRightPanel() 2010-08-31 14:58:33 -07:00
jessica 6ec5455579 If no translation is found, return original word (i.e. English word) 2010-08-31 14:58:33 -07:00
NIKITA 25a200c201 removed merged issues 2010-08-31 14:58:32 -07:00
jessica f04e1351bc add CloudResourceBundle.java to com.cloud.utils 2010-08-31 14:58:31 -07:00
jessica b7550c04e4 resolve merge conflict. delete obsolete files. 2010-08-31 14:58:30 -07:00
NIKITA c356c2070e Merge issue 2010-08-31 14:58:30 -07:00
jessica fc295b0fdd add createURL() to $.ajax() command 2010-08-31 14:58:29 -07:00
jessica 27fd14ac14 new UI - left menu, middle menu, instance 2010-08-31 14:58:29 -07:00
NIKITA d5500fc099 new UI going in 2010-08-31 14:58:28 -07:00
NIKITA da32a7d430 Close button for wizard instance 2010-08-31 14:58:27 -07:00
Kris McQueen 4be6af476d Refactoring listTemplates and listIsos to new API framework. 2010-08-31 14:50:30 -07:00
anthony c65175aa40 bug 6048: Check createvolume's return
status 6048: resolved fixed
2010-08-31 13:05:42 -07:00
jessica 91e3f8e89e fix bug 6050 - extend pagesize to 500 2010-08-31 11:37:13 -07:00
abhishek 25ac9104bb Adding migration script to remove the 'upgrade.url' parameter from the 2.2 codebase 2010-08-31 09:41:12 -07:00
anthony 7882d2ad59 if eth1 and eth2 in CP/SS VM are in same network, set default gateway on eth2, 2010-08-30 19:43:29 -07:00
Kris McQueen 7e7baba8e7 Refactor listHosts API to new framework. 2010-08-30 18:02:54 -07:00
anthony 51dd7d908f remove duplicate copy 2010-08-30 16:51:33 -07:00
Manuel Amador (Rudd-O) a514454f44 _run.sh moved to the root of systemvm.zip and systemvm-premium.zip 2010-08-30 16:41:07 -07:00
abhishek 854611e40a bug 5897: returning the os_type_id
status 5897: resolved fixed
2010-08-30 16:25:58 -07:00
Kris McQueen b797313ac0 Refactor listOSTypes API to new framework. 2010-08-30 16:18:40 -07:00
Kris McQueen 9abc658da0 Refactor listGuestOSCategories API to new framework. 2010-08-30 16:18:40 -07:00
Kris McQueen 5636503e39 Refactor listDomainChildren API to new framework. 2010-08-30 16:18:40 -07:00
Kris McQueen 4bb71d2a0c Refactor listEvents API to new framework. 2010-08-30 16:18:40 -07:00
Kris McQueen 9eeabb701a Refactoring listDomains to the new API framework. The search criteria are now retrieved from the command itself rather than creating an intermediate Criteria object first. 2010-08-30 16:18:40 -07:00
Kris McQueen e55e6c283f Refactoring work on listCapacities, listConfigurations, listClusters, and listDiskOfferings commands. The work represents consolidating the Criteria object into just pulling the search criteria directly from the command. Also changed BaseListCmd to server the startIndex and pageSizeVal [includes default page size of 50] rather than have each search command compute these things. 2010-08-30 16:18:39 -07:00
Kris McQueen 68275debc0 Refactor listAsyncJobs to new API framework, consolidating parameter and criteria packing/unpacking into just command unpacking to simplify building the search criteria. 2010-08-30 16:18:39 -07:00
alena 53892037c4 Refactored associateIPAddress and updateHost commands. 2010-08-30 15:22:42 -07:00
abhishek 1c87879e21 bug 4898: removing the upgrade.url param
status 4898: resolved fixed
2010-08-30 14:49:22 -07:00