Show network usage on the server console view

This commit is contained in:
DaneEveritt 2022-05-13 23:00:59 -04:00
parent 8791d681bc
commit 62b178ed02
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 106 additions and 89 deletions

View file

@ -5,7 +5,7 @@ module.exports = {
},
styledComponents: {
pure: true,
displayName: false,
fileName: false,
displayName: true,
fileName: true,
},
};