#11140 wizzard module agent status unknow

This commit is contained in:
Jonathan 2023-05-11 11:56:42 +02:00
parent ba5e3a0f08
commit b76635a54a
1 changed files with 7 additions and 9 deletions

View File

@ -303,15 +303,13 @@ function clippy_context_help($help=null)
<script type="text/javascript">
function show_'.$id.'() {
if (intro_'.$id.'.started()) {
started = 1;
}
else {
started = 0;
}
if (started == 0)
intro_'.$id.'.start();
confirmDialog({
title: "'.__('You have unknown modules in this agent.').'",
message: "'.('Unknown modules are modules which receive data normally at least in one occassion, but at this time are not receving data. Please check our troubleshoot help page to help you determine why you have unknown modules.').'",
strOKButton: "'.__('Close').'",
hideCancelButton: true,
size: 675,
});
}
$(document).ready(function() {