Commit Graph

13512 Commits

Author SHA1 Message Date
Jessica Wang fe4e673093 new UI - implement Add host action. 2010-10-16 14:55:19 -07:00
Jessica Wang be21b4b429 new UI - zonetree in left menu - clicking cluster node will also populate primary storage in middle menu. 2010-10-16 11:58:37 -07:00
Jessica Wang cd367de19f new UI - zonetree in left menu - clicking cluster node will populate hosts to middle menu. 2010-10-16 11:36:18 -07:00
edison e41729cc43 fix rpm build 2010-10-16 01:03:31 -07:00
edison ef600e10b5 Make OSS ANT build using deps folder, other than premium/thirdpart folder, which breaks OSS ANT BUILD 2010-10-15 23:44:10 -07:00
Jessica Wang 9aa6e763de new UI - remove zonetree from middle menu. 2010-10-15 20:25:49 -07:00
Jessica Wang 14258203e7 new UI - zone tree in left menu - clicking different node (zone node, pod node, cluster node, systemVm node) will show different page in right panel. 2010-10-15 20:16:52 -07:00
Jessica Wang c3dc990d0a new UI - zone tree - implement expanding/collapsing pod node. 2010-10-15 19:27:19 -07:00
Jessica Wang d4009b071f new UI - zonetree in left menu - (1) show loading image before zonetree is built completely. (2) implement expanding/collapsing zone section. 2010-10-15 19:02:06 -07:00
Kelven Yang 915d29f47b Skip starting of console proxy when storage pool is not ready 2010-10-15 18:57:28 -07:00
will e688caebc0 Refreshing 2.2 UI will now correctly apply the username 2010-10-15 18:19:20 -07:00
will 5c6aa96d70 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-15 18:10:51 -07:00
will 43e71440b5 Adding login logic to 2.2 UI 2010-10-15 18:10:42 -07:00
NIKITA 8147d1241e UI improvement for left menu 2010-10-15 17:43:43 -07:00
Jessica Wang d0e4cf88d2 new UI - build zone tree in left menu 2010-10-15 16:41:38 -07:00
Kelven Yang 2c919c5c01 Make unique name conforming with the name generated in template installation for routing template, some other minor fixes 2010-10-15 16:36:02 -07:00
anthony 121d29211e update new keypair 2010-10-15 15:50:53 -07:00
Jessica Wang 47e783bbb8 new UI - left menu - zone tree node - change structure of zone tree node. 2010-10-15 15:09:36 -07:00
anthony b66203ebca empty it instead of rm it 2010-10-15 15:05:22 -07:00
NIKITA 13c982319f Grid action image name has been changed 2010-10-15 14:34:31 -07:00
Jessica Wang 193e3db90a new UI - resources page - pod page - fix a bug that IP Range is blank. 2010-10-15 14:27:43 -07:00
anthony d41f7d78d9 DeleteStoragePool command fix
1. not delete SR in xenserver side, only delete it in database.
    2. remove a storagepool,  adding it back fails
2010-10-15 14:15:55 -07:00
NIKITA e851353ebe Loader for left menu 2010-10-15 13:15:05 -07:00
Jessica Wang 81213ec032 new UI - accounts page - details tab - new grid header with new action icon. 2010-10-15 11:55:43 -07:00
Jessica Wang 0866b8e60a new UI - resources page - implement add pod action. 2010-10-15 11:25:06 -07:00
Kelven Yang 8555eb1913 Fix the broken ConsoleProxyServlet after the merge of API refactoring changes 2010-10-15 11:17:27 -07:00
Jessica Wang 2fd8c769dc new UI - resources page - implement Add Zone action. 2010-10-15 10:06:50 -07:00
Alex Huang 84d2a0c842 reverted back most of my changes to merge in Kris stuff. Thanks much to Anthony who caused my XenServer to reboot all the time which caused me unable to unit test stuff and unlike Kris, I do not check in code untested so now I have to do all this stuff. 2010-10-15 07:10:16 -07:00
Alex Huang bebf9dbc3f Adding stuff 2010-10-15 06:26:24 -07:00
Alex Huang b3da4cea1b Forcing me to commit because of stupid git 2010-10-15 06:22:59 -07:00
Jessica Wang d2a6694b9a change text 2010-10-14 20:06:46 -07:00
Jessica Wang 729685e87e new UI - resources page - zone page - implement network tab. 2010-10-14 20:00:13 -07:00
Kris McQueen 80090990a6 Fix configuration in light of new API framework. Move code from ConfigurationManager into ConfigurationServer for creating disk/service offerings, pods, and zones. This prevents the ComponentLocator from pulling in a lot of extra DAOs and Managers now that ConfigurationManager has a lot more dependencies due to API changes. Without making this change, there would be a dependency on ClusteredAgentManager in both config-server and mgmt-server, which would try to start two listeners on port 8250, which is bad. Now that the configuration happens in ConfigurationServer, things should be kept simple. 2010-10-14 19:11:22 -07:00
Kris McQueen 88814d95f0 A zoneId of -1 means all zones, so if zoneId is passed in as -1 just list all zones for registering the template 2010-10-14 19:11:21 -07:00
Jessica Wang dd88d714d1 new UI - resources page - primary storage page - implement details tab. 2010-10-14 18:32:54 -07:00
Jessica Wang 1bcb4f2f6e new UI - resources page - host page - implement details tab.1 2010-10-14 17:46:11 -07:00
Kelven Yang f6e0d2dd41 Make system VM work on vmware 2010-10-14 17:23:13 -07:00
Jessica Wang 931059435c new UI - resources page - cluster page - implement details tab. 2010-10-14 17:12:20 -07:00
Jessica Wang 58b727e386 new UI - zonetree in left menu - make tree node have parent-children relationship. (e.g. pod is zone's child node, cluster is pod's child node) 2010-10-14 16:44:25 -07:00
Jessica Wang 9b67d36ff0 new UI - resources page - reduce repeated code.:wq 2010-10-14 16:15:22 -07:00
NIKITA 39f2a0e939 Selected tag added to System left menu 2010-10-14 16:13:08 -07:00
Kris McQueen e168760295 The code implies resource could be null, and yet de-references resource before the null check. As I was experiencing a NPE because if this exact scenario, put the remote agent check inside the check for null to avoid problems. If resource is null we log that we were unable to send ping due to agent disconnected... 2010-10-14 15:02:43 -07:00
NIKITA 2185adc086 New Loader for mid menu and Action for Account tab 2010-10-14 14:42:19 -07:00
Jessica Wang 57bb673fa3 new UI - left menu - create new function buildZoneTree(). 2010-10-14 12:00:28 -07:00
anthony 39d30b9bf1 only send commands to host which is Up and Connecting 2010-10-14 11:35:48 -07:00
anthony 7115aa06bd send commands to host which is UP and connecting 2010-10-14 11:08:35 -07:00
Jessica Wang 912437c043 new UI - remove non-used code. 2010-10-14 10:45:14 -07:00
anthony 9b839d749b only send command to host which is UP 2010-10-14 10:24:52 -07:00
Jessica Wang 146def1ded new UI - (1) remove router from left menu. (2) instance page - apply new arrow icon from Nikita. 2010-10-14 10:21:56 -07:00
anthony f7ec2ebc48 bug 6521: for add host, return api response, even if the host is in disconnected state
status 6521: resolved fixed
2010-10-14 10:20:48 -07:00