Merge branch 'ent-10266-tip-sobre-opcion-de-setup-en-version-opensource-setup-visual-precision-de-datos' into 'develop'

Ent 10266 tip sobre opcion de setup en version opensource setup visual precision de datos

See merge request artica/pandorafms!5703
This commit is contained in:
Rafael Ameijeiras 2023-06-27 11:26:02 +00:00
commit 520f0c77d1
1 changed files with 7 additions and 2 deletions

View File

@ -1123,8 +1123,13 @@ for ($i = 1; $i <= $graphColorAmount; $i++) {
$row = ($i % 2 === 0) ? ($row + 1) : $row;
}
$tip = ui_print_help_tip(
__('Decimal data resolution setting for SLA and other reports is not available in the Community version.'),
true
);
$table_chars->data[$row][] = html_print_label_input_block(
__('Data precision'),
($disabled_graph_precision) ? __('Data precision').$tip : __('Data precision'),
html_print_input(
[
'type' => 'number',
@ -1142,7 +1147,7 @@ $table_chars->data[$row][] = html_print_label_input_block(
);
$table_chars->data[$row][] = html_print_label_input_block(
__('Data precision in graphs'),
($disabled_graph_precision) ? __('Data precision in graphs').$tip : __('Data precision in graphs'),
html_print_input(
[
'type' => 'number',