mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-7702-vista-de-agentes-sin-color-en-grafica-circulo-estado-agente' into 'develop'
Fixes in pie coauth: daniel See merge request artica/pandorafms!4210
This commit is contained in:
commit
dca52dca6a
pandora_console/include
@ -2784,7 +2784,7 @@ function donutNarrowGraph(
|
||||
arc = d3.svg
|
||||
.arc()
|
||||
.outerRadius(radius)
|
||||
.innerRadius(radius - radius / 2.5);
|
||||
.innerRadius(radius - radius / 6);
|
||||
|
||||
svg = donutbody
|
||||
.append("svg")
|
||||
|
@ -5564,7 +5564,7 @@ div#bullets_modules div {
|
||||
|
||||
/* Agent details in agent view */
|
||||
div#status_pie path {
|
||||
stroke-width: 8px;
|
||||
stroke-width: 0px;
|
||||
}
|
||||
div#status_pie {
|
||||
margin-bottom: 2em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user