mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixes in pie coauth: daniel
This commit is contained in:
parent
90905d72f5
commit
9ed895d457
@ -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")
|
||||
|
@ -5565,7 +5565,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