mirror of https://github.com/apache/nifi.git
parent
5dd743947c
commit
02ca2a0d78
|
@ -338,7 +338,7 @@ nf.HistoryTable = (function () {
|
||||||
// determine the desired action
|
// determine the desired action
|
||||||
if (historyGrid.getColumns()[args.cell].id === 'moreDetails') {
|
if (historyGrid.getColumns()[args.cell].id === 'moreDetails') {
|
||||||
if (target.hasClass('show-action-details')) {
|
if (target.hasClass('show-action-details')) {
|
||||||
showActionDetails(item);
|
showActionDetails(item.action);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue