DaanHoogland closed pull request #2757: register template kvm context ui fix URL: https://github.com/apache/cloudstack/pull/2757
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index d9d3af0deb0..6dba18b4f96 100755 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -267,7 +267,7 @@ $form.find('.form-item[rel=keyboardType]').hide(); $form.find('.form-item[rel=xenserverToolsVersion61plus]').hide(); $form.find('.form-item[rel=rootDiskControllerTypeKVM]').css('display', 'inline-block'); - $form.find('.form-item[rel=xenserverToolsVersion61plus]').css('display', 'inline-block'); + $('#label_root_disk_controller').prop('selectedIndex', 2); if (isAdmin()) { $form.find('.form-item[rel=directdownload]').css('display', 'inline-block'); } ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services