mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
refactor(kube/namespaces): migrate item apps table to react [EE-4693] (#11012)
This commit is contained in:
parent
d99486ee72
commit
9c68c6c9f3
11 changed files with 135 additions and 231 deletions
5
app/react/kubernetes/applications/utils/cpuHumanValue.ts
Normal file
5
app/react/kubernetes/applications/utils/cpuHumanValue.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import _ from 'lodash';
|
||||
|
||||
export function cpuHumanValue(value: number) {
|
||||
return _.round(value, 2);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue