This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
73ce754316
portainer
/
app
/
react
/
kubernetes
/
applications
/
utils
/
cpuHumanValue.ts
6 lines
102 B
TypeScript
Raw
Blame
History
import
_
from
'lodash'
;
export
function
cpuHumanValue
(
value
:
number
)
{
return
_
.
round
(
value
,
2
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink