Project

General

Profile

« Previous | Next » 

Revision cbc6ac08

Added by Dominic Cleal about 8 years ago

fixes #14202 - enable select2 in interfaces modal

Reverts commit 44723b9 and re-enables select2 in the interfaces modal,
instead fixing the issue with the NIC table detail lines to read the
network information out of select2 dropdown menus correctly.

View differences:

app/assets/javascripts/compute_resources/ovirt/nic_info.js
providerSpecificNICInfo = function(form) {
return form.find('.ovirt_name').val() + ' @ ' + form.find('.ovirt_network').text();
return form.find('select.ovirt_name').val() + ' @ ' + form.find('select.ovirt_network').text();
}

Also available in: Unified diff