mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Detail view: Add event hook on field creation
This commit is contained in:
parent
1f05fa2fba
commit
3ab526433c
@ -940,6 +940,14 @@
|
||||
|
||||
$detailGroups.append($('<div>').addClass('main-groups'));
|
||||
|
||||
$(window).trigger('cloudStack.detailView.makeFieldContent', {
|
||||
fields: fields,
|
||||
data: data,
|
||||
detailViewArgs: detailViewArgs,
|
||||
$detailView: $detailView,
|
||||
$detailGroups: $detailGroups
|
||||
});
|
||||
|
||||
$(fields).each(function() {
|
||||
var fieldGroup = this;
|
||||
var $detailTable = $('<tbody></tbody>').appendTo(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user