'.html_print_input_text(
+ '
'.html_print_input_text(
'command_timeout',
$event_response['command_timeout'],
'',
@@ -358,18 +358,18 @@ $('#type').change(function() {
$('#new_window option[value="0"]')
.prop('selected', true);
$('#new_window').attr('disabled','disabled');
- $('#server_to_exec_label').css('display','');
- $('#server_to_exec_value').css('display','');
- $('#command_timeout_label').css('display','');
- $('#command_timeout_value').css('display','');
+ $('#server_to_exec_label').show();
+ $('#server_to_exec_value').show();
+ $('#command_timeout_label').show();
+ $('#command_timeout_value').show();
break;
case 'url':
$('#new_window').removeAttr('disabled');
- $('#server_to_exec_label').css('display','none');
- $('#server_to_exec_value').css('display','none');
- $('#command_timeout_label').css('display','none');
- $('#command_timeout_value').css('display','none');
+ $('#server_to_exec_label').hide();
+ $('#server_to_exec_value').hide();
+ $('#command_timeout_label').hide();
+ $('#command_timeout_value').hide();
break;
}
diff --git a/pandora_console/include/styles/events.css b/pandora_console/include/styles/events.css
index 1a66ba7174..2c1bc0d180 100644
--- a/pandora_console/include/styles/events.css
+++ b/pandora_console/include/styles/events.css
@@ -478,10 +478,10 @@ div.multi-response-buttons {
justify-content: flex-start;
}
-td:has(div#server_to_exec_label),
+/*td:has(div#server_to_exec_label),
td:has(div#server_to_exec_value) {
padding: 0px;
-}
+}*/
table#save_filter_form,
table#load_filter_form {