diff --git a/pandora_console/images/force@svg.svg b/pandora_console/images/force@svg.svg
new file mode 100644
index 0000000000..fba9d74847
--- /dev/null
+++ b/pandora_console/images/force@svg.svg
@@ -0,0 +1,32 @@
+
+
+
diff --git a/pandora_console/images/gm_log@svg.svg b/pandora_console/images/gm_log@svg.svg
new file mode 100644
index 0000000000..dcae20e7db
--- /dev/null
+++ b/pandora_console/images/gm_log@svg.svg
@@ -0,0 +1,22 @@
+
+
+
diff --git a/pandora_console/images/linux@os.svg b/pandora_console/images/linux@os.svg
index 6de3c7ac76..22249e0cff 100644
--- a/pandora_console/images/linux@os.svg
+++ b/pandora_console/images/linux@os.svg
@@ -1,9 +1,38 @@
-
-
\ No newline at end of file
+
+
+
diff --git a/pandora_console/images/networkmap/linux@os.svg b/pandora_console/images/networkmap/linux@os.svg
index 6de3c7ac76..22249e0cff 100644
--- a/pandora_console/images/networkmap/linux@os.svg
+++ b/pandora_console/images/networkmap/linux@os.svg
@@ -1,9 +1,38 @@
-
-
\ No newline at end of file
+
+
+
diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css
index be3a3d930d..f716688e75 100644
--- a/pandora_console/include/styles/pandora_black.css
+++ b/pandora_console/include/styles/pandora_black.css
@@ -1531,12 +1531,12 @@ a.autorefresh_txt,
}
.header-widget {
- color: #222;
+ background-color: #222;
}
.grid-stack-item-content {
box-shadow: 0px 0px 15px -10px #888;
- border-radius: 5px 5px 0px 0px;
+ border-radius: 0px 0px 0px 0px;
}
/* xxx */
diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php
index 5e281e8b23..63fc0ab41c 100644
--- a/pandora_console/operation/agentes/group_view.php
+++ b/pandora_console/operation/agentes/group_view.php
@@ -295,7 +295,7 @@ if (empty($result_groups) === false) {
echo "
";
if (!isset($data['_is_tag_']) && check_acl($config['id_user'], $data['_id_'], 'AW')) {
echo ''.html_print_image(
- 'images/change-active.svg',
+ 'images/force@svg.svg',
true,
[
'border' => '0',
diff --git a/pandora_console/operation/agentes/ver_agente.php b/pandora_console/operation/agentes/ver_agente.php
index 6641fb5650..2946f2ea70 100644
--- a/pandora_console/operation/agentes/ver_agente.php
+++ b/pandora_console/operation/agentes/ver_agente.php
@@ -1579,7 +1579,7 @@ if (enterprise_installed() === true && (bool) $config['log_collector'] === true)
$log_viewer_tab['text'] = html_print_menu_button(
[
'href' => 'index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=log_viewer&id_agente='.$id_agente,
- 'image' => 'images/gm_log.png',
+ 'image' => 'images/gm_log@svg.svg',
'title' => __('Log Viewer'),
],
true
diff --git a/pandora_console/operation/visual_console/view.php b/pandora_console/operation/visual_console/view.php
index 0c8ad8c1fe..6f17e6301c 100644
--- a/pandora_console/operation/visual_console/view.php
+++ b/pandora_console/operation/visual_console/view.php
@@ -424,7 +424,7 @@ if ($pure === false) {
echo html_print_label(__('Force'), 'force-mode', true);
echo '';
echo html_print_image(
- 'images/change-active.svg',
+ 'images/force@svg.svg',
true,
[
'title' => __('Force remote checks'),
diff --git a/pandora_console/views/dashboard/cell.php b/pandora_console/views/dashboard/cell.php
index dea56fa485..56fcfca72b 100644
--- a/pandora_console/views/dashboard/cell.php
+++ b/pandora_console/views/dashboard/cell.php
@@ -54,6 +54,7 @@ if ($manageDashboards !== 0 || $writeDashboards !== 0) {
[
'width' => '16px',
'title' => __('Configure widget'),
+ 'class' => 'invert_filter',
]
);
$output .= ' ';
@@ -66,6 +67,7 @@ if ($manageDashboards !== 0 || $writeDashboards !== 0) {
[
'width' => '16px',
'title' => __('Delete widget'),
+ 'class' => 'invert_filter',
]
);
$output .= '';
|