We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a9c72 commit ebbfe25Copy full SHA for ebbfe25
source/src/main/webapp/js/transversalobject/Robot.js
@@ -562,6 +562,12 @@ function loadExecutorsTable(tableBody, executors) {
562
executor.toDelete = false;
563
appendExecutorRow(tableBody, executor);
564
});
565
+
566
+ //As the executors list is dynamically generated after the global popover initialization, need to init popover again on executors list only.
567
+ $('#' + tableBody + ' [data-toggle="popover"]').popover({
568
+ 'placement': 'auto',
569
+ 'container': '#listPanelEditExecutors'}
570
+ );
571
}
572
573
function appendCapabilityRow(tableBody, capability) {
0 commit comments