Commit Graph

1498 Commits

Author SHA1 Message Date
Jessica Wang 6506c9b4db new UI - template page - fix a bug: match parameters of doEditTemplates2() function. 2010-10-24 00:39:24 -07:00
Jessica Wang 3d0aefe6bc new UI - host page - after enableMaintenance/cancelMaintenance/forceReconnect, update info in middle menu and right panel. 2010-10-24 00:16:36 -07:00
Jessica Wang 319bda7c3b new UI - pass detailsTab element when doing action, so we don't need to select detailsTab again when trying to show loading image in detailsTab. 2010-10-23 23:51:23 -07:00
Jessica Wang b4f76d79c1 new UI - pass element instead of element ID when doing details tab action. So, don't need to select element again after action is done. 2010-10-23 21:01:58 -07:00
Jessica Wang 25ea14371e new UI - instance page - seperate action map into 2 kinds: for middle menu and for details tab. 2010-10-23 11:47:56 -07:00
Jessica Wang fb318f1ae3 new UI - instance page - add action menu to details tab. 2010-10-23 11:29:04 -07:00
Jessica Wang cecf4f9a5e new UI - instance page - show different submenu at left navigation based on user role (admin, non-admin). 2010-10-23 10:44:45 -07:00
Jessica Wang d4dfc6770b new UI - add instance group submenu at navitation. 2010-10-23 10:28:21 -07:00
Jessica Wang e17791251e new UI - add "Running Instances", "Stop Instances", "Destroyed Instances" submenu at left navitation. 2010-10-23 10:16:01 -07:00
Jessica Wang 2818fcfd3b new UI - add My Instance submenu at left navigation. 2010-10-23 10:03:32 -07:00
Jessica Wang 15e4366c9e new UI - fix a bug that disable multiple selection was not working. 2010-10-23 09:22:02 -07:00
Jessica Wang 3f538e3c5a new UI - index.jsp - remove non-used template. 2010-10-23 08:04:12 -07:00
Jessica Wang 2117695437 new UI - left navigation - correct icon of template, ISO. 2010-10-23 07:23:12 -07:00
Jessica Wang b950056424 new UI - check in again. 2010-10-22 20:48:44 -07:00
Jessica Wang ef988029b3 new UI - check in missing files. 2010-10-22 20:44:21 -07:00
Jessica Wang e92eac96f7 new UI - add second indent template. 2010-10-22 20:36:41 -07:00
Jessica Wang 9603d92ad3 Revert "new UI - instance page - refactor submenu."
This reverts commit e9d56d473d.

Conflicts:

	ui/new/scripts/cloud.core2.instance.js
2010-10-22 20:31:22 -07:00
Jessica Wang 958aaaaf87 new UI - instance page - refactor submenu. 2010-10-22 20:23:05 -07:00
Jessica Wang ede817886a new UI - refactor instance page's submenu. 2010-10-22 20:09:57 -07:00
Jessica Wang e9d56d473d new UI - instance page - refactor submenu. 2010-10-22 19:47:24 -07:00
will fd02b7bd43 Removing legacy login.html. It has already been integrated. 2010-10-22 19:34:34 -07:00
will 05f1c1b454 Removed version from the cloud.com javascript files 2010-10-22 19:32:26 -07:00
Kris McQueen 51f2ce0e86 bug 6690: if the exception is one that we are handling (reporting information about bad API parameters, for example) don't log the exception. If we aren't handling it, *then* we should log the exception.
status 6690: resolved fixed
2010-10-22 18:06:08 -07:00
will 388ec0b072 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-22 17:43:35 -07:00
will c7385bd095 Fixed up the Help Section in 2.2 UI 2010-10-22 17:43:21 -07:00
Kris McQueen a5dd8a5bc7 bug 6684: return 'attached' parameter as part of listVolumes response. For the diskOffering information looking like service offering information, this is because the diskOffering on the root volume is set to be the service offering of the VM. If this is a change from 2.1.x please re-open this bug, but for the time being I'm going to assume this is working as expected.
status 6684: resolved fixed
2010-10-22 16:53:58 -07:00
NIKITA eccab6880f Loading added for Dialog boxes 2010-10-22 16:30:41 -07:00
will 900526b282 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-22 16:26:56 -07:00
will 6d276c3133 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-22 16:24:54 -07:00
Kris McQueen 57a299fb46 bug 6678: return the VM as part of the rebootVirtualMachine implementation, serialize the VM for the API response. In 2.1.x the VM was serialized, but during refactoring for the 2.2 API framework that was changed to a SuccessResponse, but now backwards compatibility is preserved.
status 6678: resolved fixed
2010-10-22 16:24:54 -07:00
will 19102c023d Fixed 2.2 Dashboard
- changed "totalCapacity" to "totalcapacity" in listCapacity response
- Fixed percentUsed calculation to actually calculate the percentage used of each capacity resource
2010-10-22 16:24:41 -07:00
Kris McQueen 109bdb18fe bug 6675: some fixes for creating volumes from snapshots
- make sure size is set on the volume being created, either from the disk offering if a stand-along volume, or from the original volume size if from a snapshot
  - in createVolumeFromSnapshot, create a DiskProfile object that will set the size from the volume size rather than using the constructor that takes size from the disk offering
  - get zone for new volume from either the command properties or from the original vol (snapshot case)

status 6675: resolved fixed
2010-10-22 16:12:46 -07:00
Kris McQueen ecbb103016 bug 6675: return snapshotId as part of the createVolume response if a non-null snapshotId was passed in. This will represent the snapshot from which the volume was created.
status 6675: resolved fixed
2010-10-22 16:12:46 -07:00
Kelven Yang e546183548 Fix deployVM problem currently in master branch 2010-10-22 15:03:30 -07:00
NIKITA 4326070a88 UI for help dropdown 2010-10-22 14:52:09 -07:00
Jessica Wang bf377735c4 new UI - instance page - hide routers tab for non-admin user. 2010-10-22 14:31:47 -07:00
Kris McQueen e6f7a480ae bug 6674: Fix VM responses
- ostypeid -> guestosid
 - findRootVolume is now in ApiDBUtils (from mgmt server) since it's for API responses only
 - add rootdeviceid and rootdevicetype to various VM respones (listVirtualMachines, deployVirtualMachine, start/stopVirtualMachine)

status 6674: resolved fixed
2010-10-22 13:57:03 -07:00
Kris McQueen 1728606e51 use the correct account id when saving the event after assigning a port forwarding service 2010-10-22 13:57:03 -07:00
anthony 9896043205 1. remove plugin check Sr, heartbeat does that
2. if pbd.plug fails, moves on, and report warnning
2010-10-22 12:10:17 -07:00
Kris McQueen 4a96e1f633 bug 6662: handle a null ip forwarding rule in the API response as 'the rule already exists' since other errors will result in thrown exceptions. Also, fix up detection of network conflicts and duplicate rules by adding a list of used protocols to the port mappings
status 6662: resolved fixed
2010-10-22 11:47:52 -07:00
will 67750795fa Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-22 11:31:35 -07:00
will c8850970ca Enabled Help Dialog 2010-10-22 11:31:24 -07:00
anthony da58ade720 fixed addding the secondary storage 2010-10-22 11:06:00 -07:00
Alex Huang 88f446f9d4 checkin for windows 2010-10-22 09:21:47 -07:00
Alex Huang f1a431714c checkin to fix windows 2010-10-22 09:19:53 -07:00
Kelven Yang 1c702a1d69 1) As the lack of dom0 scripting support in vmware hyperviors, domR, and other system VM will fall back to private network interface instead of link local interface, accordingly,
domR scripting will be running directly inside domR and be driven from management server instead of dom0 host
2) firewall/sshd setting changes for #1
2010-10-21 21:46:41 -07:00
anthony 18ffd7e7a8 fixed build 2010-10-21 19:25:52 -07:00
anthony 141250714e fixed the break of adding standalone host 2010-10-21 19:00:11 -07:00
NIKITA 018b76fc6c Change in network dg 2010-10-21 18:29:53 -07:00
anthony cc6b43d58d bug 6546: support ubuntu 10.04 PV kernel,
for ext3 requirement, we can file a seperate bug for it, the solution should be install ext4 module in xenserver

    status 6546: resolved fixed
2010-10-21 18:28:31 -07:00