mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
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…
x
Reference in New Issue
Block a user