From da878da40916cf5455525ffd52b0979623f247a0 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 19 Mar 2025 13:00:24 +0100 Subject: [PATCH] luci-app-xinetd: do not show description on table overview Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/xinetd/xinetd.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2