Skip to content

Commit

Permalink
luci-mod-status: break-word for large commands in processes
Browse files Browse the repository at this point in the history
The commit fixes #7280

Signed-off-by: Vadim Vetrov <[email protected]>
  • Loading branch information
Waujito authored Sep 14, 2024
1 parent ae6de0c commit 9cda0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ return view.extend({
rows.push([
proc.PID,
proc.USER,
proc.COMMAND,
E('span', {'style': 'word-break: break-word'}, proc.COMMAND),
proc['%CPU'],
proc['%MEM'],
E('div', {}, [
Expand Down

0 comments on commit 9cda0fb

Please sign in to comment.