cloudstack/ui/scripts
Kris McQueen 8fafc892d3 bug 6730: if a volume was never attached to a VM, then the poolId will be null and this will be flagged as not on shared storage. Since the code was deleting detached volumes only on shared storage, the never-attached volume was in an undeletable state. Instead, allow deletion of any detached volume, regardless of storage pool until some technical reason limits this from happening.
Also, the UI was not allowing volumes to be deleted due to a bug in looking at the vmname property of the volume.  The 'if' conditional always returned true that the volume was attached to a VM to due a boolean logic error.

status 6730: resolved fixed
2010-10-26 14:56:44 -07:00
..
cloud.core.accounts.js decode text returned from API. encode text passed to API. 2010-10-04 19:38:22 -07:00
cloud.core.callbacks.js Source code committed 2010-08-11 09:13:29 -07:00
cloud.core.configuration.js decode text returned from API. encode text passed to API. 2010-10-04 19:38:22 -07:00
cloud.core.domains.js bug 6649: when listing domains, accept -1 as 'list all.' Fix listDomainChildren response to return haschild, handle haschild as a boolean rather than a string. 2010-10-19 13:49:00 -07:00
cloud.core.events.js decode text returned from API. encode text passed to API. 2010-10-04 19:38:22 -07:00
cloud.core.hosts.js Primary Storage page, Host page - decode text. 2010-10-04 20:08:12 -07:00
cloud.core.init.js fix bug 6287 - decode string before displaying on UI. 2010-09-28 10:46:14 -07:00
cloud.core.instances.js changeServiceForVirtualMachine is not an async command since it merely does a database update for the VMs service offering. Change the UI to reflect this. 2010-10-18 11:51:34 -07:00
cloud.core.js final merge of master->2.1.refactor preparing for merge back into master 2010-10-12 14:46:24 -07:00
cloud.core.network.js fix a problem listing load balancer rules, the ip address for a vm has been standardized to ipaddress rather than a mix of ipaddress/privateip 2010-10-20 16:48:20 -07:00
cloud.core.storage.js bug 6730: if a volume was never attached to a VM, then the poolId will be null and this will be flagged as not on shared storage. Since the code was deleting detached volumes only on shared storage, the never-attached volume was in an undeletable state. Instead, allow deletion of any detached volume, regardless of storage pool until some technical reason limits this from happening. 2010-10-26 14:56:44 -07:00
cloud.core.templates.js template page, ISO page - apply shared function todb(), fromdb(). 2010-09-30 16:22:56 -07:00
cloud.logger.js Source code committed 2010-08-11 09:13:29 -07:00
date.js Source code committed 2010-08-11 09:13:29 -07:00
jquery-1.4.2.min.js Source code committed 2010-08-11 09:13:29 -07:00
jquery-ui-1.8.2.custom.min.js Source code committed 2010-08-11 09:13:29 -07:00
jquery.cookies.js Source code committed 2010-08-11 09:13:29 -07:00
jquery.md5.js Source code committed 2010-08-11 09:13:29 -07:00
jquery.timers.js Source code committed 2010-08-11 09:13:29 -07:00