Author: jfthomps
Date: Thu Nov 15 19:29:44 2012
New Revision: 1409942

URL: http://svn.apache.org/viewvc?rev=1409942&view=rev
Log:
VCL-627
image type fields on VM Host Profile page do not get updated 

vm.js: modified getVMprofileDataCB - added lines to update repository image 
type and virtual disk image type

Modified:
    vcl/branches/vcl-2.3-bugfixes/web/js/vm.js

Modified: vcl/branches/vcl-2.3-bugfixes/web/js/vm.js
URL: 
http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/web/js/vm.js?rev=1409942&r1=1409941&r2=1409942&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/web/js/vm.js (original)
+++ vcl/branches/vcl-2.3-bugfixes/web/js/vm.js Thu Nov 15 19:29:44 2012
@@ -602,7 +602,9 @@ function getVMprofileDataCB(data, ioArgs
        dijit.byId('pname').setValue(curprofile.profilename);
        dijit.byId('presourcepath').setValue(curprofile.resourcepath);
        dijit.byId('prepositorypath').setValue(curprofile.repositorypath);
+       
dijit.byId('prepositoryimgtype').setValue(curprofile.repositoryimagetypeid);
        dijit.byId('pdspath').setValue(curprofile.datastorepath);
+       
dijit.byId('pdatastoreimgtype').setValue(curprofile.datastoreimagetypeid);
        dijit.byId('pvmpath').setValue(curprofile.vmpath);
        dijit.byId('pvs0').setValue(curprofile.virtualswitch0);
        dijit.byId('pvs1').setValue(curprofile.virtualswitch1);


Reply via email to