@@ -1448,7 +1448,7 @@ PageCpuStatus.prototype = {
14481448
14491449 var options = {
14501450 series : { shadowSize : 0 ,
1451- lines : { lineWidth : 0 , fill : true }
1451+ lines : { lineWidth : 0 , fill : 1 }
14521452 } ,
14531453 yaxis : { min : 0 ,
14541454 max : n_cpus * 1000 ,
@@ -1472,10 +1472,10 @@ PageCpuStatus.prototype = {
14721472 ] ;
14731473
14741474 var series = [
1475- { color : "#e41a1c " , label : _ ( "I/O Wait" ) } ,
1476- { color : "#ff7f00 " , label : _ ( "Kernel" ) } ,
1477- { color : "#377eb8 " , label : _ ( "User" ) } ,
1478- { color : "#4daf4a " , label : _ ( "Nice" ) } ,
1475+ { color : "#cc0000 " , label : _ ( "I/O Wait" ) } ,
1476+ { color : "#f5c12e " , label : _ ( "Kernel" ) } ,
1477+ { color : "#8461f7 " , label : _ ( "User" ) } ,
1478+ { color : "#6eb664 " , label : _ ( "Nice" ) } ,
14791479 ] ;
14801480
14811481 self . channel = cockpit . metrics ( 1000 , {
@@ -1543,7 +1543,7 @@ PageMemoryStatus.prototype = {
15431543 var options = {
15441544 series : {
15451545 shadowSize : 0 , // drawing is faster without shadows
1546- lines : { lineWidth : 0.0 , fill : true }
1546+ lines : { lineWidth : 0.0 , fill : 1 }
15471547 } ,
15481548 yaxis : {
15491549 min : 0 ,
@@ -1569,7 +1569,7 @@ PageMemoryStatus.prototype = {
15691569 ] ;
15701570 var series = [
15711571 { color : "#0088ce" , label : _ ( "Used" ) } ,
1572- { color : "#ff7f00 " , label : _ ( "Cached" ) } ,
1572+ { color : "#e4f5bc " , label : _ ( "Cached" ) } ,
15731573 ] ;
15741574
15751575 if ( info . swap ) {
0 commit comments