Changes OS chart title
This commit is contained in:
parent
3fff5f09e1
commit
8fce369780
1 changed files with 1 additions and 1 deletions
2
page.php
2
page.php
|
@ -120,7 +120,7 @@
|
||||||
var CPUsOptions = {'title':'Number of Cores',
|
var CPUsOptions = {'title':'Number of Cores',
|
||||||
'width':500,
|
'width':500,
|
||||||
'height':300};
|
'height':300};
|
||||||
var OSOptions = {'title':'OS',
|
var OSOptions = {'title':'Process OS',
|
||||||
'width':400,
|
'width':400,
|
||||||
'height':300};
|
'height':300};
|
||||||
|
|
||||||
|
|
Reference in a new issue