Merge branch 'ent-10701-cambiar-pintado-de-servicios-arbol-vertical' into 'develop'

Ent 10701 cambiar pintado de servicios arbol vertical

See merge request artica/pandorafms!6281
This commit is contained in:
Rafael Ameijeiras 2023-08-21 11:06:41 +00:00
commit cbde07293c
5 changed files with 20770 additions and 1 deletions

View File

@ -2384,6 +2384,7 @@ class ConsoleSupervisor
}
}
/**
* Check if has access to the API
*
@ -2393,7 +2394,6 @@ class ConsoleSupervisor
{
global $config;
include_once $config['homedir'].'/include/functions_update_manager.php';
if (update_manager_verify_api() === false) {
$this->notify(
@ -2408,6 +2408,7 @@ class ConsoleSupervisor
}
}
/**
* Check if user 'admin' is enabled and using default password.
*

View File

@ -54,6 +54,7 @@ function update_manager_verify_registration()
return false;
}
/**
* Verifies api state.
*

20740
pandora_console/include/javascript/d3.v7.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -12358,6 +12358,31 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
width: 100% !important;
}
/*Horizontal tree*/
.horizontal_tree-icon {
position: absolute;
background: #f4f4f4;
margin-top: 140px;
margin-left: 15px;
transform: rotate(-90deg);
}
.horizontal_tree-icon-sunburst {
position: absolute;
background: #f4f4f4;
margin-top: 40px;
/*margin-left: 15px;*/
transform: rotate(-90deg);
}
.tree-icon {
position: absolute;
background: #f4f4f4;
margin-top: 140px;
margin-left: 15px;
}
.label_agent_service > label {
margin-top: 15px;
}