mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-21 13:57:56 +03:00
parent
0e7e50cdbe
commit
d06251981e
@ -86,7 +86,7 @@ export const getAllocatedInfo = (host) => {
|
||||
colorCpu:
|
||||
MAX_CPU > TOTAL_CPU ? 'error' : MAX_CPU < TOTAL_CPU ? 'success' : '',
|
||||
colorMem:
|
||||
MAX_MEM > TOTAL_MEM ? 'error' : MAX_MEM > TOTAL_MEM ? 'success' : '',
|
||||
MAX_MEM > TOTAL_MEM ? 'error' : MAX_MEM < TOTAL_MEM ? 'success' : '',
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user