From e6741067ff1e7cd9b1bafad4f12c52cac0fe0c31 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Fri, 12 Apr 2019 13:22:13 +0200 Subject: [PATCH] Visual Console Refactor: fixed the tab links from the main view Former-commit-id: e3993cedba972d4c163f2eec7228f8748a137cec --- .../operation/visual_console/view.php | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/pandora_console/operation/visual_console/view.php b/pandora_console/operation/visual_console/view.php index 9853e75c63..e51c15ec4c 100644 --- a/pandora_console/operation/visual_console/view.php +++ b/pandora_console/operation/visual_console/view.php @@ -66,7 +66,19 @@ $options['consoles_list']['text'] = ''.html_print_image( + $options['data']['text'] = ''.html_print_image( 'images/op_reporting.png', true, ['title' => __('Main data')] ).''; - $options['list_elements']['text'] = ''.html_print_image( + $options['list_elements']['text'] = ''.html_print_image( 'images/list.png', true, ['title' => __('List elements')] ).''; if (enterprise_installed()) { - $options['wizard_services']['text'] = ''.html_print_image( + $options['wizard_services']['text'] = ''.html_print_image( 'images/wand_services.png', true, ['title' => __('Services wizard')] ).''; } - $options['wizard']['text'] = ''.html_print_image( + $options['wizard']['text'] = ''.html_print_image( 'images/wand.png', true, ['title' => __('Wizard')] ).''; - $options['editor']['text'] = ''.html_print_image( + $options['editor']['text'] = ''.html_print_image( 'images/builder.png', true, ['title' => __('Builder')]