Merge branch 'ent-4039-7977-cambiar-mensaje-por-uno-mas-intuitivo' into 'develop'
Ent 4039 7977 cambiar mensaje por uno mas intuitivo See merge request artica/pandorafms!2503
This commit is contained in:
commit
cc603dbefe
|
@ -759,7 +759,7 @@ function reporting_html_SLA($table, $item, $mini, $pdf=0)
|
|||
$table1->size[10] = '2%';
|
||||
$table1->data[0][10] = '<img src ="'.$src.'images/square_light_gray.png">';
|
||||
$table1->size[11] = '15%';
|
||||
$table1->data[0][11] = '<span>'.__('Ignore time').'</span>';
|
||||
$table1->data[0][11] = '<span>'.__('Planned Downtime').'</span>';
|
||||
|
||||
if ($pdf === 0) {
|
||||
$table->colspan['legend']['cell'] = 2;
|
||||
|
@ -3399,7 +3399,7 @@ function reporting_html_availability_graph($table, $item, $pdf=0)
|
|||
$table2->size[10] = '2%';
|
||||
$table2->data[0][10] = '<img src ="'.$src.$hack_metaconsole.'images/square_light_gray.png">';
|
||||
$table2->size[11] = '15%';
|
||||
$table2->data[0][11] = '<span>'.__('Ignore time').'</span>';
|
||||
$table2->data[0][11] = '<span>'.__('Planned Downtime').'</span>';
|
||||
}
|
||||
|
||||
if ($pdf !== 0) {
|
||||
|
|
Loading…
Reference in New Issue