Project

General

Profile

« Previous | Next » 

Revision 7f79b53d

Added by Marek Hulán about 9 years ago

Fixes #10412 - display interface tooltip after type change

(cherry picked from commit 87800278486afe6ab48df0564249863f2527ddc6)

Conflicts:
app/assets/javascripts/host_edit.js

View differences:

app/assets/javascripts/host_edit.js
value: $('#host_compute_resource_id').val()
})
$.ajax({
data: data,
type: 'GET',
url: fieldset.attr('data-url'),
dataType: 'script'
request = $.ajax({
data: data,
type: 'GET',
url: fieldset.attr('data-url'),
dataType: 'script'
});
request.done(function() {
$("#interfaceModal").find('a[rel="popover-modal"]').popover({html: true});
});
}

Also available in: Unified diff