summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js
index e7d094a7f9..96a1fdecb9 100644
--- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js
+++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js
@@ -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', {}, [