From: Florian Eckert Date: Wed, 19 Mar 2025 12:00:24 +0000 (+0100) Subject: luci-app-xinetd: do not show description on table overview X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=96ad0628528ba4897acb90150745fbf80e8beed9;p=project%2Fluci.git luci-app-xinetd: do not show description on table overview Signed-off-by: Florian Eckert (cherry picked from commit da878da40916cf5455525ffd52b0979623f247a0) --- diff --git a/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js b/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js index 31d8342ff0..683d91ba52 100644 --- a/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js +++ b/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js @@ -34,6 +34,7 @@ return view.extend({ s.tabbed = true; s.anonymous = true; s.addremove = true; + s.nodescriptions = true; s.addbtntitle = _('Add new service entry'); // The following dummy values are used to show the table overview without the hint texts