diff --git a/pandora_console/include/class/AgentsAlerts.class.php b/pandora_console/include/class/AgentsAlerts.class.php
index 87e24df349..68685adff8 100644
--- a/pandora_console/include/class/AgentsAlerts.class.php
+++ b/pandora_console/include/class/AgentsAlerts.class.php
@@ -685,7 +685,7 @@ class AgentsAlerts extends HTML
$alias = db_get_row('tagente', 'id_agente', $agent['id_agente']);
echo '
';
// Name of the agent.
- echo ''.$alias['alias'].' | ';
+ echo ''.$alias['alias'].' | ';
// Alerts of the agent.
foreach ($templates as $tid => $tname) {
$anyfired = 0;
diff --git a/pandora_console/include/functions_inventory.php b/pandora_console/include/functions_inventory.php
index a93a760f88..fb7f9e8323 100644
--- a/pandora_console/include/functions_inventory.php
+++ b/pandora_console/include/functions_inventory.php
@@ -752,7 +752,7 @@ function inventory_get_datatable(
}
if ($inventory_search_string != '') {
- array_push($where, "REPLACE(tagente_datos_inventory.data, ' ', ' ') LIKE '%".$inventory_search_string."%'");
+ array_push($where, "REPLACE(tagent_module_inventory.data, ' ', ' ') LIKE '%".$inventory_search_string."%'");
}
if ($utimestamp > 0) {
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 52c7d143c6..a1aefe0441 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -35,6 +35,7 @@
--text-color: #333;
--text-color-2: #161628;
--text-color-3: #454545;
+ --text-color-4: #3f3f3f;
--background-main-color: #f6f7fb;
@@ -14050,6 +14051,7 @@ button.disabled {
.white_table_graph > div {
background-color: transparent;
+ border-radius: 8px;
}
.link-bold {
@@ -14202,6 +14204,10 @@ table#snmp_console tbody .datos_orange * {
color: var(--events-priority-text-orange) !important;
}
+.open_search_status_color {
+ color: var(--text-color-2);
+}
+
button.ui-button-text-only.ui-widget.sub:hover,
#button_generate_code input.buttonButton:hover {
box-shadow: 0px 3px 6px #c7c7c7;
diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css
index af210a9987..76e515215f 100644
--- a/pandora_console/include/styles/pandora_black.css
+++ b/pandora_console/include/styles/pandora_black.css
@@ -28,6 +28,7 @@ Description: The default Pandora FMS theme layout
--text-color: #fff;
--text-color-2: #ededed;
--text-color-3: #d5d5d5;
+ --text-color-4: #dddddd;
--background-main-color: #f6f7fb;
--background-2: #95a3bf;
@@ -77,7 +78,6 @@ table
div#head,
#menu_tab li.nomn_high,
#menu_tab li.nomn_high span,
-.white_table_graph_header,
.white-box-content,
fieldset,
.databox.filters,
@@ -267,6 +267,7 @@ h4,
.info_table > thead > tr > th,
.info_table > thead > tr > th a,
.info_table > thead > tr > th > span,
+th,
form.discovery label,
.edit_user_labels,
.input_label,
@@ -274,7 +275,8 @@ form.discovery label,
tr.group_view_data,
.group_view_data,
ol.steps li span,
-ol.steps li a {
+ol.steps li a,
+.div-span {
color: var(--text-color) !important;
}
@@ -1132,17 +1134,15 @@ select,
}
.white_table_graph_header {
- border: 1px solid #707070;
- background-color: var(--secondary-color) !important;
color: var(--text-color) !important;
border-radius: 0;
}
.white_table_graph {
- background-color: #111 !important;
+ background-color: var(--secondary-color) !important;
}
table.databox {
- border-color: #707070;
+ border-color: var(--border-color);
background-color: var(--secondary-color) !important;
color: var(--text-color) !important;
}
@@ -1175,6 +1175,7 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
width: 100%;
position: relative;
height: 30px;
+ background-color: var(--secondary-color);
}
.chartLegend table {
@@ -1182,7 +1183,8 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
right: 0px;
}
-.graph_container {
+.graph_container,
+#graph_container {
width: 800px;
margin: 20px auto;
border-radius: 3px;
@@ -1514,7 +1516,7 @@ span.select2-dropdown.select2-dropdown--below {
}
div.white_table_graph {
- border-radius: 0;
+ border-radius: 8px;
}
div.white_box_opened[style*="height: 0px"],
@@ -1598,7 +1600,6 @@ a.autorefresh_txt,
.white_box,
.white-box-content {
border: 0px;
- background-color: var(--secondary-color) !important;
color: var(--text-color) !important;
}
@@ -1623,8 +1624,7 @@ a.pandora_pagination,
border: 1px solid #2b2b2b !important;
}
-.white_box,
-.white-box-content {
+.white_box {
border: 1px solid #333;
}
@@ -1638,11 +1638,7 @@ a.pandora_pagination,
}
.box-flat {
- border: 1px solid #333;
-}
-
-.white_table_graph_header {
- border: 1px solid #333;
+ border: 1px solid var(--border-color);
}
.info_table > tbody > tr > td {
@@ -2009,6 +2005,30 @@ div.show_result_interpreter {
border-top: 0;
}
+th {
+ border-bottom: 1px solid var(--border-color);
+}
+
+.white_table_graph.fixed_filter_bar {
+ border-radius: 8px;
+}
+
+.div-import,
+.div-export {
+ background-color: var(--secondary-color);
+ border: 1px solid var(--border-color);
+}
+
+img[src$="import_to.svg"],
+img[src$="export_to.svg"] {
+ filter: brightness(0.9);
+}
+
+button.disabled {
+ background-color: #4b525c !important;
+ cursor: initial;
+}
+
button.ui-button-text-only.ui-widget.sub:hover,
#button_generate_code input.buttonButton:hover,
#registration_wizard button[type="submit"]:hover {