File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
resources/views/admin/nodes Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 521521 // Charting Methods |
522522 // -----------------+
523523 var memoryGraphSettings = {
524- title: ' Memory Usage' ,
524+ title: ' Memory Usage (MB) ' ,
525525 data: [{
526526 ' date' : new Date (),
527527 ' memory' : - 1
531531 target: document .getElementById (' chart_memory' ),
532532 x_accessor: ' date' ,
533533 y_accessor: ' memory' ,
534+ y_rug: true ,
534535 area: false ,
535536 };
536537
537538 var cpuGraphSettings = {
538- title: ' CPU Usage' ,
539+ title: ' CPU Usage (%) ' ,
539540 data: [{
540541 ' date' : new Date (),
541542 ' cpu' : - 1
545546 target: document .getElementById (' chart_cpu' ),
546547 x_accessor: ' date' ,
547548 y_accessor: ' cpu' ,
549+ y_rug: true ,
548550 area: false ,
549551 };
550552
559561 target: document .getElementById (' chart_players' ),
560562 x_accessor: ' date' ,
561563 y_accessor: ' players' ,
564+ y_rug: true ,
562565 area: false ,
563566 };
564567
You can’t perform that action at this time.
0 commit comments