mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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:
commit
cbde07293c
@ -2384,6 +2384,7 @@ class ConsoleSupervisor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if has access to the API
|
* Check if has access to the API
|
||||||
*
|
*
|
||||||
@ -2394,7 +2395,6 @@ class ConsoleSupervisor
|
|||||||
global $config;
|
global $config;
|
||||||
include_once $config['homedir'].'/include/functions_update_manager.php';
|
include_once $config['homedir'].'/include/functions_update_manager.php';
|
||||||
|
|
||||||
|
|
||||||
if (update_manager_verify_api() === false) {
|
if (update_manager_verify_api() === false) {
|
||||||
$this->notify(
|
$this->notify(
|
||||||
[
|
[
|
||||||
@ -2408,6 +2408,7 @@ class ConsoleSupervisor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if user 'admin' is enabled and using default password.
|
* Check if user 'admin' is enabled and using default password.
|
||||||
*
|
*
|
||||||
|
@ -54,6 +54,7 @@ function update_manager_verify_registration()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verifies api state.
|
* Verifies api state.
|
||||||
*
|
*
|
||||||
|
20740
pandora_console/include/javascript/d3.v7.js
vendored
Normal file
20740
pandora_console/include/javascript/d3.v7.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
pandora_console/include/javascript/d3.v7.min.js
vendored
Normal file
2
pandora_console/include/javascript/d3.v7.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -12358,6 +12358,31 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
|||||||
width: 100% !important;
|
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 {
|
.label_agent_service > label {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user