diff --git a/pandora_console/godmode/users/configure_user.php b/pandora_console/godmode/users/configure_user.php index 91b3ba7fcf..89cd99fa5b 100644 --- a/pandora_console/godmode/users/configure_user.php +++ b/pandora_console/godmode/users/configure_user.php @@ -1143,7 +1143,7 @@ if ($meta) { $metaconsole_access_node .= html_print_checkbox('metaconsole_access_node', 1, $user_info['metaconsole_access_node'], true).''; } -echo '
'; +echo ''; if (!$id) { @@ -1195,6 +1195,8 @@ if (!empty($ehorus)) { echo ''; +echo '
'; + profile_print_profile_table($id); echo '
'; @@ -1218,7 +1220,6 @@ echo '
'; enterprise_hook('close_meta_frame'); $delete_image = html_print_input_image('del', 'images/cross.png', 1, '', true, ['onclick' => 'delete_profile(event, this)']); - if (!is_metaconsole()) { ?> @@ -1335,7 +1336,7 @@ $(document).ready (function () { e.preventDefault(); var rows = $("#table_profiles tr").length; if (rows <= 3) { - if (!confirm('' + '. ' + '')) { + if (!confirm('' + '. ' + '')) { return; } }