From 5e4bf4863cdd3fa6a784f2259e805d2e003f5fa1 Mon Sep 17 00:00:00 2001 From: "jose.gonzalez@pandorafms.com" Date: Wed, 26 Oct 2022 12:02:56 +0200 Subject: [PATCH] Adapted views --- .../general/first_task/custom_fields.php | 54 ++++++++++++++----- .../agentes/status_monitor_custom_fields.php | 15 ++++-- .../godmode/reporting/map_builder.php | 54 ++++++++++++------- .../reporting/visual_console_favorite.php | 16 ++++-- .../operation/agentes/status_monitor.php | 43 ++++++++------- pandora_console/operation/tree.php | 13 ++++- 6 files changed, 137 insertions(+), 58 deletions(-) diff --git a/pandora_console/general/first_task/custom_fields.php b/pandora_console/general/first_task/custom_fields.php index c8767a3c48..11f9f30c2d 100644 --- a/pandora_console/general/first_task/custom_fields.php +++ b/pandora_console/general/first_task/custom_fields.php @@ -1,16 +1,32 @@ true, 'message' => __('There are no custom __('Custom Fields')]); ?>
-

+

true, 'message' => __('There are no custom ?>

+ 'action-buttons', + 'content' => html_print_submit_button( + __('Create Custom Fields'), + 'button_task', + false, + [ 'icon' => 'next' ], + true + ), + ] + ); + ?>
diff --git a/pandora_console/godmode/agentes/status_monitor_custom_fields.php b/pandora_console/godmode/agentes/status_monitor_custom_fields.php index d9960c7547..b4077e2eb8 100644 --- a/pandora_console/godmode/agentes/status_monitor_custom_fields.php +++ b/pandora_console/godmode/agentes/status_monitor_custom_fields.php @@ -202,10 +202,19 @@ $table->data[1][2] = html_print_select( echo '
'; html_print_table($table); -echo '
'; - html_print_submit_button(__('Update'), 'upd_button', false, 'class="sub upd"'); +html_print_div( + [ + 'class' => 'action-buttons w100p', + 'content' => html_print_submit_button( + __('Update'), + 'update_button', + false, + [ 'icon' => 'update' ], + true + ), + ] +); echo ''; -echo '
'; ?>