diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index e23f8fcc5f..7fdfc439aa 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1038,6 +1038,14 @@ if ($list_modules) { .click (function () { return false; }); + $("a.relations_details").cluetip ({ + arrows: true, + attribute: 'href', + cluetipClass: 'default' + }) + .click (function () { + return false; + }); function toggle_full_value(id) { text = $("#hidden_value_module_" + id).html();