Skip to content

Commit

Permalink
Fix: include cpu in allowed glances endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Jun 3, 2024
1 parent 52b733b commit 9705445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/glances/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: credentialedProxyHandler,
allowedEndpoints: /\d\/quicklook|diskio|fs|gpu|system|mem|network|processlist|sensors/,
allowedEndpoints: /\d\/quicklook|diskio|cpu|fs|gpu|system|mem|network|processlist|sensors/,
};

export default widget;

0 comments on commit 9705445

Please sign in to comment.