Added a tooltip for to explain the pagination in the list modules into agent view
This commit is contained in:
parent
02dbdf1648
commit
0fe3237752
|
@ -723,6 +723,7 @@ foreach ($modules as $module) {
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo "<h4 style='padding-top:0px !important;'>";
|
echo "<h4 style='padding-top:0px !important;'>";
|
||||||
|
ui_print_help_tip(__('For to view the list modules paginated, set in setup visuals.'));
|
||||||
echo __('Full list of monitors');
|
echo __('Full list of monitors');
|
||||||
$modules_not_init = agents_monitor_notinit($id_agente);
|
$modules_not_init = agents_monitor_notinit($id_agente);
|
||||||
if (!empty($modules_not_init)) {
|
if (!empty($modules_not_init)) {
|
||||||
|
|
Loading…
Reference in New Issue