mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-13605-menu-de-paradas-planificadas-no-se-adapta-al-tamano-de-la-ventana' into 'develop'
Ent 13605 menu de paradas planificadas no se adapta al tamano de la ventana See merge request artica/pandorafms!7291
This commit is contained in:
commit
c4f6f28052
@ -906,7 +906,8 @@ $table->data[0][] = html_print_label_input_block(
|
|||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
$disabled_in_execution
|
$disabled_in_execution,
|
||||||
|
'width: 100%;'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -939,8 +940,9 @@ $table->data[1][] = html_print_label_input_block(
|
|||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'w100p',
|
||||||
$disabled_in_execution
|
$disabled_in_execution,
|
||||||
|
'width: 100%;'
|
||||||
).ui_print_input_placeholder(
|
).ui_print_input_placeholder(
|
||||||
__('Quiet: Modules will not generate events or fire alerts.').'<br>'.__('Disable Agents: Disables the selected agents.').'<br>'.__('Disable Alerts: Disable alerts for the selected agents.'),
|
__('Quiet: Modules will not generate events or fire alerts.').'<br>'.__('Disable Agents: Disables the selected agents.').'<br>'.__('Disable Alerts: Disable alerts for the selected agents.'),
|
||||||
true
|
true
|
||||||
@ -964,7 +966,8 @@ $table->data[2][] = html_print_label_input_block(
|
|||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
$disabled_in_execution
|
$disabled_in_execution,
|
||||||
|
'width: 100%;'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user