Skip to content

Commit

Permalink
Disable 'j' hotky in WebUI - Waiting for #3019
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 16, 2024
1 parent 2ec5c8d commit fa57d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions glances/outputs/static/js/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,10 @@ export default {
});
// j => Accumulate processes by program
hotkeys('j', () => {
this.store.args.programs = !this.store.args.programs;
});
// Disable for the moment, see https://github.com/nicolargo/glances/issues/3019
// hotkeys('j', () => {
// this.store.args.programs = !this.store.args.programs;
// });
// k => Show/hide connections stats
hotkeys('k', () => {
Expand Down
2 changes: 1 addition & 1 deletion glances/outputs/static/public/glances.js

Large diffs are not rendered by default.

0 comments on commit fa57d5a

Please sign in to comment.