mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-11515-elementos-sla-en-informes-se-pueden-crear-sin-limite' into 'develop'
Ent 11515 elementos sla en informes se pueden crear sin limite See merge request artica/pandorafms!6072
This commit is contained in:
commit
1bf4657efa
@ -4139,7 +4139,7 @@ function print_SLA_list($width, $action, $idItem=null)
|
||||
</th>
|
||||
<th class="header sla_list_sla_limit_col" scope="col">
|
||||
<?php
|
||||
echo __('SLA Limit (%)');
|
||||
echo __('SLA Limit (%)').ui_print_help_tip(__('Enter possible range of values in SLA.'), true);
|
||||
?>
|
||||
</th>
|
||||
<th class="header sla_list_action_col" scope="col">
|
||||
@ -5846,7 +5846,7 @@ function addSLARow() {
|
||||
|
||||
if ((((idAgent != '') && (idAgent > 0))
|
||||
&& ((idModule != '') && (idModule > 0)))
|
||||
|| serviceId != null)
|
||||
&& (slaLimit != '') || serviceId != null)
|
||||
{
|
||||
if (nameAgent != '') {
|
||||
//Truncate nameAgent
|
||||
|
Loading…
x
Reference in New Issue
Block a user