Skip to content

Commit

Permalink
Add cpu type
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Oct 10, 2022
1 parent fc545f6 commit 26710d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const HostsContent: React.FunctionComponent = () => {
{ type: 'rx' },
{ type: 'tx' },
{ type: 'memory' },
{ type: 'cpu' },
// add others
];

Expand Down

0 comments on commit 26710d6

Please sign in to comment.