Skip to content

Commit

Permalink
Showing keyboard shortcuts in the processes table
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermakovics committed Feb 17, 2017
1 parent dc4d1d7 commit 50993c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dist/jvm-mon.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var table = grid.set(0, 0, 1, 2, contrib.table,
, selectedFg: 'white'
, selectedBg: 'blue'
, interactive: true
, label: 'JVM Processes'
, label: 'JVM Processes (Enter=Monitor, Del=Terminate)'
, border: {type: "line", fg: "cyan"}
, columnSpacing: 4 //in chars
, columnWidth: [6, 16, 10, 10, 10, 10] /*in chars*/ })
Expand Down

0 comments on commit 50993c9

Please sign in to comment.