Merge branch 'ent-13385-item-grouped-general-rompe-vista-html-del-reporte-cuando-usamos-regex-en-campo-module' into 'develop'

Ent 13385 item grouped general rompe vista html del reporte cuando usamos regex en campo module

See merge request artica/pandorafms!7161
This commit is contained in:
Jose Martin 2024-04-10 07:39:44 +00:00
commit 2593241f66
2 changed files with 2 additions and 2 deletions

View File

@ -1454,7 +1454,7 @@ $class = 'databox filters';
<td class="bolder">
<?php
echo __('Module').ui_print_help_tip(
__('Case insensitive regular expression or string for module name. For example: if you use this field with "Module exact match" enabled then this field has to be fulfilled with the literally string of the module name, if not you can use a regular expression. Example: .*usage.* will match: cpu_usage, vram usage in matchine 1.'),
__('Case insensitive regular expression or string for module name. For example: if you use this field with "Module exact match" enabled then this field has to be fulfilled with the literally string of the module name, if not you can use a regular expression. Example: %s will match: cpu_usage, vram usage in matchine 1.', '.*usage.*'),
true
);
?>

View File

@ -238,7 +238,7 @@ class TopNWidget extends Widget
// Module.
$inputs[] = [
'label' => __('Module').ui_print_help_tip(
__('Case insensitive regular expression or string for module name. For example: .*usage.* will match: cpu_usage, vram usage.'),
__('Case insensitive regular expression or string for module name. For example: %s will match: cpu_usage, vram usage.', '.*usage.*'),
true
),
'arguments' => [